C# 클래스 LondonBike.TripLog

파일 보기 프로젝트 열기: nicwise/londonbikeapp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DistanceInMeters int
EndLat double
EndLon double
EndStation string
StartLat double
StartLon double
StartStation string
Ticks long
TimeInSeconds int
currentTripLog TripLog

공개 메소드들

메소드 설명
GetCurrentLocation ( TripLog currentLog, bool isStart, NSAction onFound ) : void
GetDouble ( string d ) : double
GetInt ( string d ) : int
GetLong ( string d ) : long
MakeDummyData ( ) : void
PersistToDisk ( ) : void
RemoveElementAt ( int row ) : void
ReverseGeocode ( TripLog trip ) : void
SaveCurrentTripLog ( ) : void
SetLocation ( double lat, double lon, bool isStart ) : void
StartNewTripItem ( ) : void
StopTripItem ( int totalTime ) : void
TripLog ( ) : System
TripLog ( string items ) : System

비공개 메소드들

메소드 설명
ReverseGeocode ( double lat, double lon ) : string

메소드 상세

GetCurrentLocation() 공개 정적인 메소드

public static GetCurrentLocation ( TripLog currentLog, bool isStart, NSAction onFound ) : void
currentLog TripLog
isStart bool
onFound NSAction
리턴 void

GetDouble() 공개 메소드

public GetDouble ( string d ) : double
d string
리턴 double

GetInt() 공개 메소드

public GetInt ( string d ) : int
d string
리턴 int

GetLong() 공개 메소드

public GetLong ( string d ) : long
d string
리턴 long

MakeDummyData() 공개 정적인 메소드

public static MakeDummyData ( ) : void
리턴 void

PersistToDisk() 공개 정적인 메소드

public static PersistToDisk ( ) : void
리턴 void

RemoveElementAt() 공개 정적인 메소드

public static RemoveElementAt ( int row ) : void
row int
리턴 void

ReverseGeocode() 공개 정적인 메소드

public static ReverseGeocode ( TripLog trip ) : void
trip TripLog
리턴 void

SaveCurrentTripLog() 공개 정적인 메소드

public static SaveCurrentTripLog ( ) : void
리턴 void

SetLocation() 공개 메소드

public SetLocation ( double lat, double lon, bool isStart ) : void
lat double
lon double
isStart bool
리턴 void

StartNewTripItem() 공개 정적인 메소드

public static StartNewTripItem ( ) : void
리턴 void

StopTripItem() 공개 정적인 메소드

public static StopTripItem ( int totalTime ) : void
totalTime int
리턴 void

TripLog() 공개 메소드

public TripLog ( ) : System
리턴 System

TripLog() 공개 메소드

public TripLog ( string items ) : System
items string
리턴 System

프로퍼티 상세

DistanceInMeters 공개적으로 프로퍼티

public int DistanceInMeters
리턴 int

EndLat 공개적으로 프로퍼티

public double EndLat
리턴 double

EndLon 공개적으로 프로퍼티

public double EndLon
리턴 double

EndStation 공개적으로 프로퍼티

public string EndStation
리턴 string

StartLat 공개적으로 프로퍼티

public double StartLat
리턴 double

StartLon 공개적으로 프로퍼티

public double StartLon
리턴 double

StartStation 공개적으로 프로퍼티

public string StartStation
리턴 string

Ticks 공개적으로 프로퍼티

public long Ticks
리턴 long

TimeInSeconds 공개적으로 프로퍼티

public int TimeInSeconds
리턴 int

currentTripLog 공개적으로 정적으로 프로퍼티

public static TripLog,LondonBike currentTripLog
리턴 TripLog