C# Class LondonBike.MapViewController

Shows the map - ment to work inside the tabview controller
Inheritance: UIViewController
Mostra file Open project: nicwise/londonbikeapp Class Usage Examples

Public Properties

Property Type Description
DV DistanceView
routeView CSRouteView

Public Methods

Method Description
BuildView ( ) : void
FocusOnLocation ( BikeLocation bike ) : void
HideDistanceView ( ) : void
MapViewController ( ) : System
RefreshPinColours ( ) : void
RemoveRouteAnnotation ( ) : void
ShowDistanceView ( string distance, string time ) : void
ViewDidAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
RemoveDistanceView ( ) : void

Method Details

BuildView() public method

public BuildView ( ) : void
return void

FocusOnLocation() public method

public FocusOnLocation ( BikeLocation bike ) : void
bike BikeLocation
return void

HideDistanceView() public method

public HideDistanceView ( ) : void
return void

MapViewController() public method

public MapViewController ( ) : System
return System

RefreshPinColours() public method

public RefreshPinColours ( ) : void
return void

RemoveRouteAnnotation() public method

public RemoveRouteAnnotation ( ) : void
return void

ShowDistanceView() public method

public ShowDistanceView ( string distance, string time ) : void
distance string
time string
return void

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void

Property Details

DV public_oe property

public DistanceView,LondonBike DV
return DistanceView

routeView public_oe property

public CSRouteView routeView
return CSRouteView