|
POST
|
Thanks, Mike for your input on this. I can confirm that the limitations in such scenarios stem from the restrictive license agreements and not from a technology perspective. We have been able to negotiate favorable terms with data providers for Esri basemaps. You can cache these basemap tiles for offline use through the Runtime SDKs. An iOS Sample is available here. Currently, the iOS API to download tiles is in beta, expected to be final at next release. The basemap tiles can be downloaded from http://tiledbasemaps.arcgis.com/ At this point, only World_Street_Map basemap is publicly available to download. To download the remaining Esri basemaps you need an AGOL organization account.
... View more
11-15-2013
02:50 PM
|
0
|
0
|
1983
|
|
POST
|
The AGSFeatureLayer class does indeed expose labeling properties through AGSLabelClass objects. At this point, these labeling properties are for information purposes only. The layer does not automatically apply labels based on these settings. We are still working on getting labeling implemented for AGSFeatureLayer. For offline cases however, features in the geodatabase are visualized on the map using AGSFeatureTableLayer. This layer exposes a property 'showLabels' which is ON by default, and the features on the map are displayed with labels. This is based on an early implemention of a full-fledged labeling engine. It is still not as powerful as the labeling engines available with ArcGIS Desktop, but it tries its best to honor label settings that were specified on the map document or feature service from where the geodatabase was generated. Expect many more improvements to be made in this area in coming releases, as well as labeling features from other types of layers such as AGSFeatureLayer.
... View more
11-15-2013
02:35 PM
|
0
|
0
|
742
|
|
POST
|
The Bing layer renders only in the WebMercator spatial reference. Your base layer needs to be in web mercator too otherwise the Bing layer will not align correctly with it.
... View more
11-06-2013
08:10 AM
|
0
|
0
|
679
|
|
POST
|
That's strange. I don't know if its something on your internal network that causing it to fail. Is your device using your internal network through WIFI or is it using cellular data connection instead? Maybe you can try the sample in both these environments to see if the problem can be narrowed down. Also, can you open the webmap in a browser on the machine where you have the simulator? I'm wondering if the problem affects the entire machine, or just the simulator.
... View more
11-05-2013
09:44 AM
|
0
|
0
|
2073
|
|
POST
|
Nope. AGSFeatureLayerDidLoadFeaturesNotification is the way to go.
... View more
11-04-2013
10:10 AM
|
0
|
0
|
1089
|
|
POST
|
I just tried the webmap sample, and it works fine. What error do you get when it doesn't work?
... View more
11-04-2013
08:21 AM
|
0
|
0
|
2073
|
|
POST
|
Have you tried using the fullEnvelope property of AGSFeatureLayer?
... View more
11-04-2013
08:16 AM
|
0
|
0
|
1089
|
|
POST
|
the username/password is case-sensitive. Can you confirm you're using the correct case when keying in the credentials?
... View more
10-31-2013
11:43 AM
|
0
|
0
|
2073
|
|
POST
|
I don't think the problem you're seeing is related. It probably needs to be investigated independently. The 10.2 sync functionality uses sqllite databases as the transport for exchanging data between the the service and the client. When you sync, the API creates a temporary database containing just the deltas, and sends it up to the server. The server also sends back deltas for anything that changed since the client last synced/created the database.
... View more
10-30-2013
11:52 AM
|
0
|
0
|
1027
|
|
POST
|
Thanks for reporting. We'll look into this. Unfortunately, I don't have any workarounds to offer at the moment.
... View more
10-17-2013
11:45 AM
|
0
|
0
|
1096
|
|
POST
|
Can you confirm ArcGIS.bundle is properly referenced by your project.
... View more
09-19-2013
12:55 PM
|
0
|
0
|
615
|
|
POST
|
Use the fetchData method on AGSPortalItem https://developers.arcgis.com/en/ios/api-reference/interface_a_g_s_portal_item.html#a11ea76a51f5821787b8f6a483f32abfe Note, .mpk items are not supported by runtime SDKs (iOS included). They are meant for ArcGIS Desktop.
... View more
09-05-2013
07:30 AM
|
0
|
0
|
723
|
|
POST
|
When you use a picture marker symbol, the center of the picture is aligned with the coordinates of the point geometry. In your case, this may be causing the tip of the pin to look out of place. To fix this, you can use the offset property on the picture marker symbol.
... View more
08-26-2013
11:25 AM
|
0
|
0
|
744
|
|
POST
|
You'd have to make the HTTP request on your own to fetch the thumbnail. The SDK does not fetch it for you. You can use the AGSRequestOperation class; this class makes it easy to make custom HTTP requests. If you give it a properly set up credential, it will also take care of performing the authentication for you when making that request
... View more
08-23-2013
11:07 AM
|
0
|
0
|
1494
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-02-2025 12:39 PM | |
| 1 | 10-01-2024 12:36 PM | |
| 1 | 05-10-2024 02:32 PM | |
| 1 | 07-10-2023 11:12 AM | |
| 1 | 06-15-2023 09:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-15-2025
04:18 PM
|