IMap Interface

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

Syntax

public interface IMap

Methods

Name Value Summary
Open(double, double, MapLaunchOptions) IObservable<Unit>
Open(double, double) IObservable<Unit>
Open(Location, MapLaunchOptions) IObservable<Unit>
Open(Location) IObservable<Unit>
Open(Placemark) IObservable<Unit>

Extension Methods

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