|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.maps.client.geometrylib.EncodingUtils
public class EncodingUtils
Constructor Summary | |
---|---|
EncodingUtils()
|
Method Summary | |
---|---|
static JsArray<LatLng> |
decodePath(String encodedPath)
Decodes an encoded path string into a sequence of LatLngs. |
static String |
encodePath(JsArray<LatLng> path)
Encodes a sequence of LatLngs into an encoded path string. |
static String |
encodePath(MVCArray<LatLng> path)
Encodes a sequence of LatLngs into an encoded path string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncodingUtils()
Method Detail |
---|
public static final JsArray<LatLng> decodePath(String encodedPath)
encodedPath
- public static final String encodePath(JsArray<LatLng> path)
path
- public static final String encodePath(MVCArray<LatLng> path)
path
-
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |