GooglePolylineAlgoritm Class
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.Google |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
public static class GooglePolylineAlgoritm { }
Methods
|
Decode(string)
(static)
|
|
Decode(string)
(static)
Decodes a string of coordinates encoded with Google's polyline algorithm. |
|
Encode(IPoint)
(static)
Encodes the specified |
|
Encode(IPolygon)
(static)
Encodes the specified |
|
Encode(IMultiPolygon)
(static)
Encodes the specified The polyline algorithm doesn't directly support multiple polygons and the encoded strings for each polygons
are therefor separated by |
|
Encode(ILineString)
(static)
Encodes the specified |
|
Encode(IEnumerable<T>)
(static)
Encodes the specified |