C# 클래스 fivenine.UnifiedMaps.iOS.UnifiedMapExtensions

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

공개 메소드들

메소드 설명
ToCoordinate ( this pos ) : CLLocationCoordinate2D
ToImage ( this source ) : Task

Converts an ImageSource to the native iOS UIImage

ToSpan ( this region ) : MKCoordinateSpan

메소드 상세

ToCoordinate() 공개 정적인 메소드

public static ToCoordinate ( this pos ) : CLLocationCoordinate2D
pos this
리턴 CLLocationCoordinate2D

ToImage() 공개 정적인 메소드

Converts an ImageSource to the native iOS UIImage
public static ToImage ( this source ) : Task
source this Self intance
리턴 Task

ToSpan() 공개 정적인 메소드

public static ToSpan ( this region ) : MKCoordinateSpan
region this
리턴 MKCoordinateSpan