C# Class XamMapz.Droid.AndroidExtensions

Extension methods for easier interop between Xamarin Forms Maps and Android platform
Mostrar archivo Open project: gabornemeth/XamMapz

Public Methods

Method 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 method

public static Add ( this options, Position pos ) : void
options this
pos Position
return void

ToAndroidMarkerHue() public static method

public static ToAndroidMarkerHue ( this color ) : float
color this
return float

ToLatLng() public static method

public static ToLatLng ( this pos ) : Android.Gms.Maps.Model.LatLng
pos this
return Android.Gms.Maps.Model.LatLng

ToLatLngBounds() public static method

public static ToLatLngBounds ( this span ) : Android.Gms.Maps.Model.LatLngBounds
span this
return Android.Gms.Maps.Model.LatLngBounds

ToPosition() public static method

public static ToPosition ( this latLng ) : Position
latLng this
return Position