|
POST
|
You could just do it in a loop calling draw every time it completes: while(toolbarButton.IsOn) { try { var geometry = await editor.StartAsync(SketchCreationModel.FreehandPolygon, false); } catch(TaskCanceledException) { break; } }
... View more
11-21-2019
12:53 PM
|
2
|
0
|
1112
|
|
POST
|
Fair enough. We merely forward the web request error that's returned from UWP - There's unfortunately not a specific error that tells you it was the manifest blocking it.
... View more
11-21-2019
12:48 PM
|
0
|
0
|
2059
|
|
POST
|
Yes this is a security setting for UWP apps: You have to explicitly opt in to allow it to access services on the intranet, or webrequests will fail.
... View more
11-21-2019
09:04 AM
|
0
|
2
|
2059
|
|
POST
|
The Pro and ArcMap requirements are only for _authoring_ the geoprocessing packages. Once authored, they aren't needed as LocalServer has what is needed (as long as you configure it to deploy the required resources with the deployment manifest)
... View more
11-04-2019
09:51 AM
|
1
|
2
|
1986
|
|
POST
|
It's safe to delete, but there's really no reason, as Windows will automatically maintain and clean up the temp folders as needed. In many cases the files will auto-delete as well, but if you're developing and shutting down the app from Visual Studio, you might be interrupting the clean-up, so you'd likely see a larger build-up, than you'd see in a normal production environment.
... View more
11-04-2019
09:47 AM
|
1
|
0
|
2970
|
|
POST
|
Creating layer portal items from the Runtime aren't supported at this point (I believe only Maps are supported at this point via the Map.SaveAs method).
... View more
11-01-2019
11:55 AM
|
0
|
0
|
1355
|
|
POST
|
Thanks. I see it now. Does the map ever "wake up" once it goes white? (for example when trying to pan or resize the window)
... View more
10-28-2019
11:31 AM
|
0
|
6
|
5122
|
|
POST
|
I'm a little confused about the GIF: I don't see the map ever going blank, but always shows a map?
... View more
10-28-2019
09:25 AM
|
0
|
8
|
5122
|
|
POST
|
Currently the Color property is an inherited property from the base class that has no effect on the model, as it would be relying on textures in the model instead. I've logged an internal issue to see if it would be possible to light up this property on model symbols as well, as a quick way to "tint" a model.
... View more
10-28-2019
09:18 AM
|
0
|
1
|
1218
|
|
POST
|
The SystemLocationDataSource is meant to be a simple common API across all the platforms - of course with a common cross-platform API it does create some "least common denominator" limitations. Internally it's driven by the same Android location APIs, so there shouldn't be much difference. Of course you don't get access to the low-level objects that are specific to Android, and it defaults to high-accuracy mode, as this is generally what people would expect. For more low-level access you'd have to implement your own LocationDataSource, which is mainly just start/stop and report new location methods.
... View more
10-24-2019
10:28 AM
|
0
|
0
|
1416
|
|
POST
|
I poked around a bit, and on iOS the map will stop on the following events: - ApplicationWillResignActive - ApplicationDidEnterBackground - WillMoveToWindow (when window is null). The last one is most likely what will be used in your scenario. There might also be more cases (I didn't do a thorough sweep). WRT Forms it'll stop when the Renderer gets disconnected from the view (which in turn should raise the WillMoveToWindow code). I believe this does happen in the disappearing event if I recall correctly.
... View more
10-22-2019
03:48 PM
|
0
|
1
|
1554
|
|
POST
|
As mentioned, the SketchEditor has this ability built-in so users can interactively move, scale and rotate geometries. To do it programmatically you'd just have to move each vertex yourself - there's no out-of-the-box capability for this.
... View more
10-18-2019
02:36 PM
|
0
|
0
|
3923
|
|
POST
|
The only thing I can think of is that you get the MapViewRenderer for the MapView control (we exposed that in 100.6) and get the native MapView control and use it's ShowCallout method that takes a native view. It's slightly involved though and requires you to write platform-specific code (but you could probably wrap it in a multi-targeted helper-project).
... View more
10-17-2019
08:42 AM
|
0
|
1
|
2040
|
|
POST
|
> Iterating vertices will increase the execution time if the geometry has more number of vertices. Sure but it's still extremely quick. Any out-of-the-box method we could provide would have to do the same thing. Are you seeing a performance issue?
... View more
10-17-2019
08:36 AM
|
0
|
2
|
3923
|
|
POST
|
If it's from routing, it depends on how the routing was configured. See the outputLines section here for a few suggestions of what it might be: https://developers.arcgis.com/rest/network/api-reference/route-synchronous-service.htm#ESRI_SECTION3_2EC32173379B498E9DF7D039DF9BE4A2
... View more
10-16-2019
02:48 PM
|
0
|
0
|
3502
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|