C# Class XamMapz.Droid.AndroidExtensions

Extension methods for easier interop between Xamarin Forms Maps and Android platform
Afficher le fichier Open project: gabornemeth/XamMapz

Méthodes publiques

Méthode Description
Add ( this options, Position pos ) : void
ToAndroidMarkerHue ( this color ) : float
ToLatLng ( this pos ) : Android.Gms.Maps.Model.LatLng
ToLatLngBounds ( this span ) : Android.Gms.Maps.Model.LatLngBounds
ToPosition ( this latLng ) : Position

Method Details

Add() public static méthode

public static Add ( this options, Position pos ) : void
options this
pos Position
Résultat void

ToAndroidMarkerHue() public static méthode

public static ToAndroidMarkerHue ( this color ) : float
color this
Résultat float

ToLatLng() public static méthode

public static ToLatLng ( this pos ) : Android.Gms.Maps.Model.LatLng
pos this
Résultat Android.Gms.Maps.Model.LatLng

ToLatLngBounds() public static méthode

public static ToLatLngBounds ( this span ) : Android.Gms.Maps.Model.LatLngBounds
span this
Résultat Android.Gms.Maps.Model.LatLngBounds

ToPosition() public static méthode

public static ToPosition ( this latLng ) : Position
latLng this
Résultat Position