C# Класс fivenine.UnifiedMaps.Droid.GoogleMapsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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