Hi,
Is the any class or method which can perform "geocodeAddresses" against World Geocoding Service?
The GitHub sample uses ArcGISHttpClient to compose http REST request.
arcgis-runtime-samples-dotnet/.../BatchGeocoding.xaml.cs
Is this the only way to execute batch geocoding with ArcGIS Runtime SDK for .NET?
Is there any plan to implement method like WPF SDK AddressesToLocationsAsync method in the feature release?
Thank you,
Solved! Go to Solution.
Hi,
This is on the roadmap for a future release. Until then, you will need to make the request manually.
Cheers
Mike
Hi,
This is on the roadmap for a future release. Until then, you will need to make the request manually.
Cheers
Mike
Hi
Thank you for the reply.
I'll make the request manually for the current version.
Shohei