C# Class fivenine.UnifiedMaps.UnifiedMap

Inheritance: Xamarin.Forms.View
Mostrar archivo Open project: fiveninedigital/UnifiedMaps Class Usage Examples

Public Properties

Property 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

Property Type Description
OnSelectedItemPropertyChanged void
OnVisibleRegionChanged void

Public Methods

Method 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

Method Description
OnSelectedItemPropertyChanged ( BindableObject bindable, object oldValue, object newValue ) : void
OnVisibleRegionChanged ( BindableObject bindable, object oldValue, object newValue ) : void

Method Details

MoveToRegion() public method

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.
return void

UnifiedMap() public method

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

Property Details

AutoFitAllAnnotationsProperty public_oe static_oe property

The autofitallannotations property.
public static BindableProperty AutoFitAllAnnotationsProperty
return BindableProperty

HasScrollEnabledProperty public_oe static_oe property

The has scroll enabled property
public static BindableProperty HasScrollEnabledProperty
return BindableProperty

HasZoomEnabledProperty public_oe static_oe property

The has zoom enabled property
public static BindableProperty HasZoomEnabledProperty
return BindableProperty

IsShowingUserProperty public_oe static_oe property

The is showing user property.
public static BindableProperty IsShowingUserProperty
return BindableProperty

MapTypeProperty public_oe static_oe property

Identifies the MapType bindable property.
public static BindableProperty MapTypeProperty
return BindableProperty

OverlaysProperty public_oe static_oe property

The bindable polylines property.
public static BindableProperty OverlaysProperty
return BindableProperty

PinCalloutTappedCommandProperty public_oe static_oe property

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

PinsProperty public_oe static_oe property

The bindable pins property.
public static BindableProperty PinsProperty
return BindableProperty

SelectedItemProperty public_oe static_oe property

The selected item property.
public static BindableProperty SelectedItemProperty
return BindableProperty

SelectionChangedCommandProperty public_oe static_oe property

The selection changed command property.
public static BindableProperty SelectionChangedCommandProperty
return BindableProperty

VisibleRegionChangedCommandProperty public_oe static_oe property

public static BindableProperty VisibleRegionChangedCommandProperty
return BindableProperty

VisibleRegionProperty public_oe static_oe property

public static BindableProperty VisibleRegionProperty
return BindableProperty