org.zkoss.gmaps
Class Gpolyline.Tuple

java.lang.Object
  extended by org.zkoss.gmaps.Gpolyline.Tuple
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Gpolyline

protected static class Gpolyline.Tuple
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double lat
           
 int level
           
 double lng
           
 
Constructor Summary
Gpolyline.Tuple(double lat, double lng, int level)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lat

public double lat

lng

public double lng

level

public int level
Constructor Detail

Gpolyline.Tuple

public Gpolyline.Tuple(double lat,
                       double lng,
                       int level)


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.