C# 클래스 fivenine.UnifiedMaps.Droid.GoogleMapsExtensions

파일 보기 프로젝트 열기: fiveninedigital/UnifiedMaps

공개 메소드들

메소드 설명
HandleExceptions ( this other ) : void
ToBitmap ( this source, Android.Content.Context context ) : Task

Convert a ImageSource to the native Android Bitmap

ToMarkerHue ( this color ) : float
ToStandardMarkerIcon ( this color ) : Android.Gms.Maps.Model.BitmapDescriptor

메소드 상세

HandleExceptions() 공개 정적인 메소드

public static HandleExceptions ( this other ) : void
other this
리턴 void

ToBitmap() 공개 정적인 메소드

Convert a ImageSource to the native Android Bitmap
public static ToBitmap ( this source, Android.Content.Context context ) : Task
source this Self instance
context Android.Content.Context Android Context
리턴 Task

ToMarkerHue() 공개 정적인 메소드

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

ToStandardMarkerIcon() 공개 정적인 메소드

public static ToStandardMarkerIcon ( this color ) : Android.Gms.Maps.Model.BitmapDescriptor
color this
리턴 Android.Gms.Maps.Model.BitmapDescriptor