프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Distance | int | ||
HasRoute | bool | ||
Points | CLLocationCoordinate2D[] | ||
PointsList | List |
||
Time | int |
메소드 | 설명 | |
---|---|---|
FindCloudmadeRoute ( NSAction callbackWhenDone ) : void | ||
FindCycleRouteRoute ( string type, NSAction callbackWhenDone ) : void | ||
FindRoute ( NSAction callbackWhenDone ) : void | ||
MapRouting ( CLLocationCoordinate2D source, CLLocationCoordinate2D dest ) : System |
메소드 | 설명 | |
---|---|---|
StartWatchdogTimer ( ) : void | ||
StopWatchdogTimer ( ) : void |
public FindCloudmadeRoute ( NSAction callbackWhenDone ) : void | ||
callbackWhenDone | NSAction | |
리턴 | void |
public FindCycleRouteRoute ( string type, NSAction callbackWhenDone ) : void | ||
type | string | |
callbackWhenDone | NSAction | |
리턴 | void |
public FindRoute ( NSAction callbackWhenDone ) : void | ||
callbackWhenDone | NSAction | |
리턴 | void |
public MapRouting ( CLLocationCoordinate2D source, CLLocationCoordinate2D dest ) : System | ||
source | CLLocationCoordinate2D | |
dest | CLLocationCoordinate2D | |
리턴 | System |