Uses of Class
com.mapitz.gwt.googleMaps.client.GPolyline

Uses of GPolyline in com.mapitz.gwt.googleMaps.client
 

Methods in com.mapitz.gwt.googleMaps.client that return GPolyline
static GPolyline GPolyline.create(GLatLng[] points)
          Creates a polyline from an array of vertices.
static GPolyline GPolyline.create(GLatLng[] points, java.lang.String color)
          Creates a polyline from an array of vertices.
static GPolyline GPolyline.create(GLatLng[] points, java.lang.String color, int weight)
          Creates a polyline from an array of vertices.
static GPolyline GPolyline.create(GLatLng[] points, java.lang.String color, int weight, double opacity)
          Creates a polyline from an array of vertices.