C# Class ParkenDD.Services.MapDrawingService

Afficher le fichier Open project: sibbl/ParkenDD

Méthodes publiques

Méthode Description
DrawParkingLots ( MapControl map, Grid drawingContainer ) : void
DrawSearchResult ( MapControl map, AddressSearchSuggestionItem result ) : void
DrawUserPosition ( MapControl map, Geoposition point ) : void
GetParkingLotOfIcon ( MapIcon icon ) : ParkingLot
MapDrawingService ( MainViewModel mainVm ) : System
RedrawParkingLot ( Grid drawingContainer, ParkingLot lot ) : void
RemoveSearchResult ( MapControl map ) : void

Private Methods

Méthode Description
DrawParkingLot ( MapControl map, Grid drawingContainer, ParkingLot lot ) : void
GetMapIconDonutImage ( Grid drawingContainer, ParkingLot lot ) : Task
GetZIndexForParkingLot ( ParkingLot lot ) : int

Method Details

DrawParkingLots() public méthode

public DrawParkingLots ( MapControl map, Grid drawingContainer ) : void
map MapControl
drawingContainer Windows.UI.Xaml.Controls.Grid
Résultat void

DrawSearchResult() public méthode

public DrawSearchResult ( MapControl map, AddressSearchSuggestionItem result ) : void
map MapControl
result ParkenDD.Models.AddressSearchSuggestionItem
Résultat void

DrawUserPosition() public méthode

public DrawUserPosition ( MapControl map, Geoposition point ) : void
map MapControl
point Windows.Devices.Geolocation.Geoposition
Résultat void

GetParkingLotOfIcon() public méthode

public GetParkingLotOfIcon ( MapIcon icon ) : ParkingLot
icon MapIcon
Résultat ParkenDD.Api.Models.ParkingLot

MapDrawingService() public méthode

public MapDrawingService ( MainViewModel mainVm ) : System
mainVm ParkenDD.ViewModels.MainViewModel
Résultat System

RedrawParkingLot() public méthode

public RedrawParkingLot ( Grid drawingContainer, ParkingLot lot ) : void
drawingContainer Windows.UI.Xaml.Controls.Grid
lot ParkenDD.Api.Models.ParkingLot
Résultat void

RemoveSearchResult() public méthode

public RemoveSearchResult ( MapControl map ) : void
map MapControl
Résultat void