C# Class DroidKaigi2016Xamarin.Core.Models.PlaceMap

Afficher le fichier Open project: amay077/DroidKaigi2016Xamarin Class Usage Examples

Méthodes publiques

Свойство Type Description
buildingNameRes int
latitude double
longitude double
markerRes int
nameRes int

Méthodes publiques

Méthode Description
PlaceMap ( int nameRes, int buildingNameRes, int markerRes, double latitude, double longitude ) : System

Method Details

PlaceMap() public méthode

public PlaceMap ( int nameRes, int buildingNameRes, int markerRes, double latitude, double longitude ) : System
nameRes int
buildingNameRes int
markerRes int
latitude double
longitude double
Résultat System

Property Details

buildingNameRes public_oe property

public int buildingNameRes
Résultat int

latitude public_oe property

public double latitude
Résultat double

longitude public_oe property

public double longitude
Résultat double

markerRes public_oe property

public int markerRes
Résultat int

nameRes public_oe property

public int nameRes
Résultat int