C# Class XamMapz.Map

Map control based on Xamarin.Forms.Maps.Map
Inheritance: Xamarin.Forms.Maps.Map
Datei anzeigen Open project: gabornemeth/XamMapz Class Usage Examples

Public Properties

Property Type Description
RegionProperty BindableProperty

Private Properties

Property Type Description
OnRegionChanged void

Public Methods

Method Description
Map ( ) : System
MoveToRegion ( MapSpan span ) : void
ProjectToScreen ( Position position ) : System.Point

Protected Methods

Method Description
OnMapMessage ( MapMessage message ) : void

Private Methods

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

Method Details

Map() public method

public Map ( ) : System
return System

MoveToRegion() public method

public MoveToRegion ( MapSpan span ) : void
span MapSpan
return void

OnMapMessage() protected method

protected OnMapMessage ( MapMessage message ) : void
message XamMapz.Messaging.MapMessage
return void

ProjectToScreen() public method

public ProjectToScreen ( Position position ) : System.Point
position Position
return System.Point

Property Details

RegionProperty public_oe property

public BindableProperty RegionProperty
return BindableProperty