C# Class fivenine.UnifiedMaps.UnifiedMap

Inheritance: Xamarin.Forms.View
Afficher le fichier Open project: fiveninedigital/UnifiedMaps Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
OnSelectedItemPropertyChanged void
OnVisibleRegionChanged void

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
OnSelectedItemPropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void
OnVisibleRegionChanged ( BindableObject bindable, object oldValue, object newValue ) : void

Method Details

MoveToRegion() public méthode

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.
Résultat void

UnifiedMap() public méthode

Initializes a new instance of the UnifiedMap class.
public UnifiedMap ( ) : System
Résultat System

Property Details

AutoFitAllAnnotationsProperty public_oe static_oe property

The autofitallannotations property.
public static BindableProperty AutoFitAllAnnotationsProperty
Résultat BindableProperty

HasScrollEnabledProperty public_oe static_oe property

The has scroll enabled property
public static BindableProperty HasScrollEnabledProperty
Résultat BindableProperty

HasZoomEnabledProperty public_oe static_oe property

The has zoom enabled property
public static BindableProperty HasZoomEnabledProperty
Résultat BindableProperty

IsShowingUserProperty public_oe static_oe property

The is showing user property.
public static BindableProperty IsShowingUserProperty
Résultat BindableProperty

MapTypeProperty public_oe static_oe property

Identifies the MapType bindable property.
public static BindableProperty MapTypeProperty
Résultat BindableProperty

OverlaysProperty public_oe static_oe property

The bindable polylines property.
public static BindableProperty OverlaysProperty
Résultat BindableProperty

PinCalloutTappedCommandProperty public_oe static_oe property

The bindable pin callout tapped command property.
public static BindableProperty PinCalloutTappedCommandProperty
Résultat BindableProperty

PinsProperty public_oe static_oe property

The bindable pins property.
public static BindableProperty PinsProperty
Résultat BindableProperty

SelectedItemProperty public_oe static_oe property

The selected item property.
public static BindableProperty SelectedItemProperty
Résultat BindableProperty

SelectionChangedCommandProperty public_oe static_oe property

The selection changed command property.
public static BindableProperty SelectionChangedCommandProperty
Résultat BindableProperty

VisibleRegionChangedCommandProperty public_oe static_oe property

public static BindableProperty VisibleRegionChangedCommandProperty
Résultat BindableProperty

VisibleRegionProperty public_oe static_oe property

public static BindableProperty VisibleRegionProperty
Résultat BindableProperty