com.google.maps.gwt.client.geometry
Class Encoding

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.geometry.Encoding

public class Encoding
extends JavaScriptObject

Utilities for polyline encoding and decoding. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected Encoding()
          Protected constructor avoids default public constructor.
 
Method Summary
static  decodePath(java.lang.String encodedPath)
          Decodes an encoded path string into a sequence of LatLngs.
static java.lang.String encodePath( 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

Encoding

protected Encoding()
Protected constructor avoids default public constructor.

Method Detail

decodePath

public static final  decodePath(java.lang.String encodedPath)
Decodes an encoded path string into a sequence of LatLngs.


encodePath

public static final java.lang.String encodePath( path)
Encodes a sequence of LatLngs into an encoded path string.