Geocoder Class

Definition

Converts between string addresses and Positions.

public class Geocoder
type Geocoder = class
Inheritance
Geocoder

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 position, asynchronously.

GetPositionsForAddressAsync(String)

Returns a list of positions for address.

Applies to