C# 클래스 ParkenDD.Services.MapDrawingService

파일 보기 프로젝트 열기: sibbl/ParkenDD

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DrawParkingLot ( MapControl map, Grid drawingContainer, ParkingLot lot ) : void
GetMapIconDonutImage ( Grid drawingContainer, ParkingLot lot ) : Task
GetZIndexForParkingLot ( ParkingLot lot ) : int

메소드 상세

DrawParkingLots() 공개 메소드

public DrawParkingLots ( MapControl map, Grid drawingContainer ) : void
map MapControl
drawingContainer Windows.UI.Xaml.Controls.Grid
리턴 void

DrawSearchResult() 공개 메소드

public DrawSearchResult ( MapControl map, AddressSearchSuggestionItem result ) : void
map MapControl
result ParkenDD.Models.AddressSearchSuggestionItem
리턴 void

DrawUserPosition() 공개 메소드

public DrawUserPosition ( MapControl map, Geoposition point ) : void
map MapControl
point Windows.Devices.Geolocation.Geoposition
리턴 void

GetParkingLotOfIcon() 공개 메소드

public GetParkingLotOfIcon ( MapIcon icon ) : ParkingLot
icon MapIcon
리턴 ParkenDD.Api.Models.ParkingLot

MapDrawingService() 공개 메소드

public MapDrawingService ( MainViewModel mainVm ) : System
mainVm ParkenDD.ViewModels.MainViewModel
리턴 System

RedrawParkingLot() 공개 메소드

public RedrawParkingLot ( Grid drawingContainer, ParkingLot lot ) : void
drawingContainer Windows.UI.Xaml.Controls.Grid
lot ParkenDD.Api.Models.ParkingLot
리턴 void

RemoveSearchResult() 공개 메소드

public RemoveSearchResult ( MapControl map ) : void
map MapControl
리턴 void