Method | Description | |
---|---|---|
Get ( ) : |
Get the current location from the Windows location API. This currently includes Thread.Sleep hack to ensure the device is ready. |
|
IsValid ( string latLong ) : bool |
Checks to see if the location string is valid.
|
|
ToLatLong ( string latLong ) : |
Convert a location string to a LatLong.
|
public static IsValid ( string latLong ) : bool | ||
latLong | string | The location string. |
return | bool |
public static ToLatLong ( string latLong ) : |
||
latLong | string | The location string. |
return |