C# 클래스 fivenine.UnifiedMaps.UnifiedMap

상속: Xamarin.Forms.View
파일 보기 프로젝트 열기: fiveninedigital/UnifiedMaps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoFitAllAnnotationsProperty BindableProperty
HasScrollEnabledProperty BindableProperty
HasZoomEnabledProperty BindableProperty
IsShowingUserProperty BindableProperty
MapTypeProperty BindableProperty
OverlaysProperty BindableProperty
PinCalloutTappedCommandProperty BindableProperty
PinsProperty BindableProperty
SelectedItemProperty BindableProperty
SelectionChangedCommandProperty BindableProperty
VisibleRegionChangedCommandProperty BindableProperty
VisibleRegionProperty BindableProperty

Private Properties

프로퍼티 타입 설명
OnSelectedItemPropertyChanged void
OnVisibleRegionChanged void

공개 메소드들

메소드 설명
MoveToRegion ( MapRegion region = null, bool animated = false ) : void

Makes the map move to the new region. If no region is specified the map will be moved to fit all annotations that are currently displayed.

UnifiedMap ( ) : System

Initializes a new instance of the UnifiedMap class.

비공개 메소드들

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

메소드 상세

MoveToRegion() 공개 메소드

Makes the map move to the new region. If no region is specified the map will be moved to fit all annotations that are currently displayed.
public MoveToRegion ( MapRegion region = null, bool animated = false ) : void
region MapRegion The region to display.
animated bool Wether to animate the move.
리턴 void

UnifiedMap() 공개 메소드

Initializes a new instance of the UnifiedMap class.
public UnifiedMap ( ) : System
리턴 System

프로퍼티 상세

AutoFitAllAnnotationsProperty 공개적으로 정적으로 프로퍼티

The autofitallannotations property.
public static BindableProperty AutoFitAllAnnotationsProperty
리턴 BindableProperty

HasScrollEnabledProperty 공개적으로 정적으로 프로퍼티

The has scroll enabled property
public static BindableProperty HasScrollEnabledProperty
리턴 BindableProperty

HasZoomEnabledProperty 공개적으로 정적으로 프로퍼티

The has zoom enabled property
public static BindableProperty HasZoomEnabledProperty
리턴 BindableProperty

IsShowingUserProperty 공개적으로 정적으로 프로퍼티

The is showing user property.
public static BindableProperty IsShowingUserProperty
리턴 BindableProperty

MapTypeProperty 공개적으로 정적으로 프로퍼티

Identifies the MapType bindable property.
public static BindableProperty MapTypeProperty
리턴 BindableProperty

OverlaysProperty 공개적으로 정적으로 프로퍼티

The bindable polylines property.
public static BindableProperty OverlaysProperty
리턴 BindableProperty

PinCalloutTappedCommandProperty 공개적으로 정적으로 프로퍼티

The bindable pin callout tapped command property.
public static BindableProperty PinCalloutTappedCommandProperty
리턴 BindableProperty

PinsProperty 공개적으로 정적으로 프로퍼티

The bindable pins property.
public static BindableProperty PinsProperty
리턴 BindableProperty

SelectedItemProperty 공개적으로 정적으로 프로퍼티

The selected item property.
public static BindableProperty SelectedItemProperty
리턴 BindableProperty

SelectionChangedCommandProperty 공개적으로 정적으로 프로퍼티

The selection changed command property.
public static BindableProperty SelectionChangedCommandProperty
리턴 BindableProperty

VisibleRegionChangedCommandProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty VisibleRegionChangedCommandProperty
리턴 BindableProperty

VisibleRegionProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty VisibleRegionProperty
리턴 BindableProperty