C# 클래스 XamMapz.Map

Map control based on Xamarin.Forms.Maps.Map
상속: Xamarin.Forms.Maps.Map
파일 보기 프로젝트 열기: gabornemeth/XamMapz 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RegionProperty BindableProperty

Private Properties

프로퍼티 타입 설명
OnRegionChanged void

공개 메소드들

메소드 설명
Map ( ) : System
MoveToRegion ( MapSpan span ) : void
ProjectToScreen ( Position position ) : System.Point

보호된 메소드들

메소드 설명
OnMapMessage ( MapMessage message ) : void

비공개 메소드들

메소드 설명
OnRegionChanged ( BindableObject bindable, object oldValue, object newValue ) : void

메소드 상세

Map() 공개 메소드

public Map ( ) : System
리턴 System

MoveToRegion() 공개 메소드

public MoveToRegion ( MapSpan span ) : void
span MapSpan
리턴 void

OnMapMessage() 보호된 메소드

protected OnMapMessage ( MapMessage message ) : void
message XamMapz.Messaging.MapMessage
리턴 void

ProjectToScreen() 공개 메소드

public ProjectToScreen ( Position position ) : System.Point
position Position
리턴 System.Point

프로퍼티 상세

RegionProperty 공개적으로 프로퍼티

public BindableProperty RegionProperty
리턴 BindableProperty