IGeocode Interface

graph BT Type["IGeocode"] class Type type-node Implementing0["GeocodeEssential"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/GeocodeEssential"

Syntax

public interface IGeocode

Properties

Name Value Summary
MapKey string

Methods

Name Value Summary
GetLocationsAsync(string) Task<IEnumerable<Location>>
GetPlacemarksAsync(double, double) Task<IEnumerable<Placemark>>
GetPlacemarksAsync(Location) Task<IEnumerable<Placemark>>

Extension Methods

Name Value Summary
SetBackingValue<IGeocode, TV>(Expression<Func<IGeocode, TV>>, TV) T
Sets the backing value.
With<IGeocode, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.