Geocoder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts between string addresses and Positions.
public class Geocoder
type Geocoder = class
- Inheritance
-
System.ObjectGeocoder
Constructors
| Geocoder() |
Creates a new Geocoder object with default values. |
Fields
| GetAddressesForPositionFuncAsync |
For internal use by the Xamarin.Forms platform. |
| GetPositionsForAddressAsyncFunc |
For internal use by the Xamarin.Forms platform. |
Methods
| GetAddressesForPositionAsync(Position) |
Returns the addresses near |
| GetPositionsForAddressAsync(String) |
Returns a list of positions for |