Follow us on GitHub

com.google.gwt.maps.client.geometrylib
Class EncodingUtils

java.lang.Object
  extended by com.google.gwt.maps.client.geometrylib.EncodingUtils

public class EncodingUtils
extends Object


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

EncodingUtils

public EncodingUtils()
Method Detail

decodePath

public static final JsArray<LatLng> decodePath(String encodedPath)
Decodes an encoded path string into a sequence of LatLngs.

Parameters:
encodedPath -

encodePath

public static final String encodePath(JsArray<LatLng> path)
Encodes a sequence of LatLngs into an encoded path string.

Parameters:
path -

encodePath

public static final String encodePath(MVCArray<LatLng> path)
Encodes a sequence of LatLngs into an encoded path string.

Parameters:
path -


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.