C# 클래스 XamMapz.Droid.AndroidExtensions

Extension methods for easier interop between Xamarin Forms Maps and Android platform
파일 보기 프로젝트 열기: gabornemeth/XamMapz

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 정적인 메소드

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

ToAndroidMarkerHue() 공개 정적인 메소드

public static ToAndroidMarkerHue ( this color ) : float
color this
리턴 float

ToLatLng() 공개 정적인 메소드

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

ToLatLngBounds() 공개 정적인 메소드

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

ToPosition() 공개 정적인 메소드

public static ToPosition ( this latLng ) : Position
latLng this
리턴 Position