|
POST
|
Sounds like the map wasn't able to load the layer. I assume you're connected to the internet? You could try explicitly loading the first layer in the basemap and observe any load errors. try
{
await Map.Basemap.Baselayers[0].LoadAsync();
}
catch(System.Exception ex)
{
// Inspect the error here
} Where 'Map' is the map you assigned to the MapView's Map property.
... View more
11-13-2020
09:59 AM
|
0
|
0
|
1402
|
|
POST
|
The event mostly refers to data pending to be downloaded, so since you're using local data this event isn't fired.
... View more
11-12-2020
10:28 PM
|
0
|
3
|
2416
|
|
POST
|
The toolkit provides a control that does this for you. First add a reference to the toolkit nuget Esri.ArcGISRuntime.Toolkit.Xamarin.Forms And see example here how to use it: arcgis-toolkit-dotnet/CompassMapViewSample.xaml at main · Esri/arcgis-toolkit-dotnet · GitHub Alternatively you can use just an image of an arrow, and listen for the MapView's MapRotation property to change using the PropertyChanged event, and then rotate the image accordingly.
... View more
11-06-2020
11:54 AM
|
1
|
1
|
3681
|
|
POST
|
What issues are you having with the toolkit TOC? Also the toolkit is open source - you can pull the source for any version and recompile it for your version, and make any adjustments you like. GitHub - Esri/arcgis-toolkit-dotnet: Toolkit for ArcGIS Runtime SDK for .NET
... View more
11-05-2020
01:08 PM
|
0
|
0
|
3374
|
|
POST
|
I'd recommend you always keep your runtime version and your toolkit version the same. Having 100.4 with 100.6 is not recommended. However you could try and checking the assembly redirect in the project settings, and it should likely load for you:
... View more
11-03-2020
11:50 AM
|
0
|
2
|
3374
|
|
POST
|
Support for related features are (as you found) quite limited in the earlier releases. I realized you're constrained wrt moving up versions, but it might be worth pointing out to your client that 100.2.1 is in mature support at this point.
... View more
11-02-2020
10:18 AM
|
0
|
0
|
1582
|
|
POST
|
After querying or identifying a feature are you explicitly loading that feature, or are you just loading the table? ie await (feature as ILoadable).LoadAsync(); Could you share some snippets showing how you retrieve a feature from the map?
... View more
10-26-2020
01:00 PM
|
0
|
1
|
8405
|
|
POST
|
Labels are not currently support in SceneView - we're working on adding this support!
... View more
10-26-2020
12:54 PM
|
1
|
0
|
1336
|
|
POST
|
Thank you for the video. That's helpful to understand the problem. It appears this isn't a "poor navigation performance" issue, as the framerate and navigation stays responsive. The issue appears to be that data is slow to download and display, but while tiles aren't loaded the map control stays responsive wrt panning and zooming, correct? So this is more likely a networking issue - that either your network or your server is not able to deliver tiles to the app fast enough.
... View more
10-23-2020
08:51 AM
|
0
|
1
|
1506
|
|
POST
|
For the group layer, check the VisibilityMode property on the GroupLayer as that defines how visibility of sublayers inherits visibility of the group layer. However, in general if a parent layer isn't visible, child layers won't be visible regardless of their visibility setting.
... View more
10-13-2020
11:47 PM
|
0
|
0
|
2916
|
|
POST
|
Could you describe what you mean by performance? Is it low framerate, high CPU load, high GPU load, time for layers to load / data to download etc? Also make sure the debugger isn't attached, as that is known that Visual Studio creates a significant performance issue while being attached to the app.
... View more
10-08-2020
10:45 AM
|
0
|
6
|
5028
|
|
POST
|
Try adding this to a PropertyGroup in your project file with the languages you want: <SatelliteResourceLanguages>en;de</SatelliteResourceLanguages>
... View more
10-08-2020
09:57 AM
|
0
|
1
|
2443
|
|
POST
|
How does it prevent that? What error are you getting? (there is a few DLLs and a bunch of .cso files which are required but they should get embedded into the single file just fine)
... View more
10-01-2020
03:11 PM
|
0
|
0
|
3619
|
|
POST
|
Might be better to use the Android native runtime instead of the .NET version? ArcGIS Runtime SDK for Android (latest) | ArcGIS for Developers
... View more
09-29-2020
11:54 AM
|
0
|
0
|
1408
|
|
POST
|
Can you share a simple example app that reproduces this behavior and we can take a look?
... View more
09-25-2020
09:49 AM
|
0
|
1
|
1226
|
| 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 |
2 weeks ago
|