C# Class MapWithRoutes.MapView

Inheritance: UIView
Mostra file Open project: anujb/MapWithRoutes Class Usage Examples

Private Properties

Property Type Description
CalculateRoutes void
CalculateRoutes void
CalculateRoutesFromAction_Handler void
DecodePolyLine List
Initialize void
ParseRouteJson RouteResult
UpdateMap void

Public Methods

Method Description
CenterMap ( ) : void
MapView ( ) : System
MapView ( RectangleF frame ) : System
ShowRouteFrom ( Place from, Place to ) : void
UpdateRouteView ( ) : void

Private Methods

Method Description
CalculateRoutes ( CLLocationCoordinate2D from, CLLocationCoordinate2D to ) : void
CalculateRoutes ( PlaceMark from, PlaceMark to ) : void
CalculateRoutesFromAction_Handler ( PlaceMark from, PlaceMark to ) : void
DecodePolyLine ( string encoded ) : List
Initialize ( ) : void
ParseRouteJson ( string json ) : RouteResult
UpdateMap ( PlaceMark from, PlaceMark to ) : void

Method Details

CenterMap() public method

public CenterMap ( ) : void
return void

MapView() public method

public MapView ( ) : System
return System

MapView() public method

public MapView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System

ShowRouteFrom() public method

public ShowRouteFrom ( Place from, Place to ) : void
from Place
to Place
return void

UpdateRouteView() public method

public UpdateRouteView ( ) : void
return void