POST
|
The LocatorTask constructor is if you have locator, either online or local (.loc style as built in Desktop or Pro). In your case, the locator is in the MMPK, so you first need to open the map package to access the locator. var mmpk = await MobileMapPackage.OpenAsync(path); var locatorTask = mmpk.LocatorTask;
... View more
10-13-2019
03:09 AM
|
0
|
0
|
11
|
POST
|
Just an idea: how about just creating a PictureMarkerSymbol which contains the end cap you want, and place that at the end points after the polyline graphic is created?
... View more
05-04-2019
01:13 PM
|
0
|
2
|
21
|
POST
|
Thanks Rich. I shared the app and data with you via Dropbox. Don't hesitate to email me directly if you have questions or would like any additional info.
... View more
05-01-2018
03:50 PM
|
0
|
1
|
18
|
POST
|
I’m experiencing an issue using Runtime with a Xamarin Forms TabbedPage. In my app, there is a TabbedPage which consists of 5 tabs. The map is loaded on the first tab. Navigating between any of the first 4 tabs work perfectly fine, and any time you navigate back to the map tab, the map in drawn instantly (no code, just works). However, navigating from the 5 th tab (or any tab after) back to the map tab shows the hatched background for a brief time, and then the map is redrawn. Doing this on an emulator will actually kill the entire emulator (Genymotion), not just the app. On a real device (both running Android 7), the app will be sluggish and eventually crash. The issue is better when using 100.1 as compared to 100.2.1, and often times the app won’t crash. Additionally, if the app does not crash, the map data is not completely refreshed when using 100.2.1, but it is fine when using 100.1. The same code works on iOS with no issues or sluggishness. I have a simple repro app and data (although the issue does not appear to be dependent on the data) if there’s any Esri folks who would able to assist. Reply with your email address and I’ll share the code and sample data on Dropbox. Thanks.
... View more
05-01-2018
09:25 AM
|
1
|
5
|
432
|
POST
|
MapView Class There is a BackgroundColor property which seems to not be in the documentation.
... View more
11-08-2017
07:01 AM
|
0
|
1
|
28
|
POST
|
Pretti, that worked, and no geometry was returned. I'll just have to code to handle online/offline a bit differently. I did notice the results returned almost immediately using this approach vs. just calling QueryFeaturesAsync(). Is that expected? Is the the most efficient way to query an online service? Thanks.
... View more
10-19-2017
09:37 AM
|
0
|
3
|
12
|
POST
|
v100.1 Not using PopulateFromServiceAsync(), using QueryFeaturesAsync on the feature table. I can try that approach and let you know if you'd like.
... View more
10-19-2017
09:02 AM
|
0
|
5
|
12
|
POST
|
I have a feature service that contains polygons. When I execute a query using QueryFeaturesAsync with QueryParameters that sets the ReturnGeometry = false I get an error: "Error performing query operation". If I do the same query using the REST API, I get the same error, unless I switch the query to not return geometries. We tracked this down because only certain queries will cause this issue. We think it has something to do with the shapes (maybe the # of vertices or true curves), but have not nailed it down yet. The issue though is that even for the queries that work, the return features still have the geometries, although the flag was set the false. This makes me think the flag is not being honored. Anyone else see this issue?
... View more
10-17-2017
05:30 PM
|
0
|
7
|
152
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|