| MobileForms Toolkit Documentation |
|
GeoPolyline.DecodePoints Method
Decodes the polyline string which represents the path.
public static
List DecodePoints(
string polyline);
Parameters
-
polyline
- A string representing the path as an encoded polyline.
Return Value
A list of GeoPoint objects representing the path.
See Also
GeoPolyline Class | Resco.Location Namespace