C# 클래스 LondonBike.MapViewController

Shows the map - ment to work inside the tabview controller
상속: UIViewController
파일 보기 프로젝트 열기: nicwise/londonbikeapp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DV DistanceView
routeView CSRouteView

공개 메소드들

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

비공개 메소드들

메소드 설명
RemoveDistanceView ( ) : void

메소드 상세

BuildView() 공개 메소드

public BuildView ( ) : void
리턴 void

FocusOnLocation() 공개 메소드

public FocusOnLocation ( BikeLocation bike ) : void
bike BikeLocation
리턴 void

HideDistanceView() 공개 메소드

public HideDistanceView ( ) : void
리턴 void

MapViewController() 공개 메소드

public MapViewController ( ) : System
리턴 System

RefreshPinColours() 공개 메소드

public RefreshPinColours ( ) : void
리턴 void

RemoveRouteAnnotation() 공개 메소드

public RemoveRouteAnnotation ( ) : void
리턴 void

ShowDistanceView() 공개 메소드

public ShowDistanceView ( string distance, string time ) : void
distance string
time string
리턴 void

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void

프로퍼티 상세

DV 공개적으로 프로퍼티

public DistanceView,LondonBike DV
리턴 DistanceView

routeView 공개적으로 프로퍼티

public CSRouteView routeView
리턴 CSRouteView