Метод | Описание | |
---|---|---|
ToString ( ) : string |
Get the Waypoint value through only the ToString method to keep its result consistent regardless of input type
|
|
Waypoint ( ) : System | ||
Waypoint ( decimal lat, decimal lng ) : System | ||
Waypoint ( string address ) : System |
public Waypoint ( decimal lat, decimal lng ) : System | ||
lat | decimal | |
lng | decimal | |
Результат | System |
public Waypoint ( string address ) : System | ||
address | string | |
Результат | System |