C# Class XamMapz.Map

Map control based on Xamarin.Forms.Maps.Map
Inheritance: Xamarin.Forms.Maps.Map
Afficher le fichier Open project: gabornemeth/XamMapz Class Usage Examples

Méthodes publiques

Свойство Type Description
RegionProperty BindableProperty

Private Properties

Свойство Type Description
OnRegionChanged void

Méthodes publiques

Méthode Description
Map ( ) : System
MoveToRegion ( MapSpan span ) : void
ProjectToScreen ( Position position ) : System.Point

Méthodes protégées

Méthode Description
OnMapMessage ( MapMessage message ) : void

Private Methods

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

Method Details

Map() public méthode

public Map ( ) : System
Résultat System

MoveToRegion() public méthode

public MoveToRegion ( MapSpan span ) : void
span MapSpan
Résultat void

OnMapMessage() protected méthode

protected OnMapMessage ( MapMessage message ) : void
message XamMapz.Messaging.MapMessage
Résultat void

ProjectToScreen() public méthode

public ProjectToScreen ( Position position ) : System.Point
position Position
Résultat System.Point

Property Details

RegionProperty public_oe property

public BindableProperty RegionProperty
Résultat BindableProperty