Batch geocoding with .NET SDK

3708
2
Jump to solution
06-23-2015 03:48 PM
by Anonymous User
Not applicable

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,

0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor

Hi,

This is on the roadmap for a future release. Until then, you will need to make the request manually.

Cheers

Mike

View solution in original post

0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

This is on the roadmap for a future release. Until then, you will need to make the request manually.

Cheers

Mike

0 Kudos
by Anonymous User
Not applicable

Hi

Thank you for the reply.

I'll make the request manually for the current version.

Shohei

0 Kudos