Uses of Class
com.google.gwt.maps.client.overlays.Polyline

Packages that use Polyline
com.google.gwt.maps.client.events.overlaycomplete   
com.google.gwt.maps.client.events.overlaycomplete.polyline   
com.google.gwt.maps.client.geometrylib   
com.google.gwt.maps.client.overlays   
 

Uses of Polyline in com.google.gwt.maps.client.events.overlaycomplete
 

Methods in com.google.gwt.maps.client.events.overlaycomplete that return Polyline
 Polyline OverlayCompleteMapEvent.getPolyline()
           
 

Uses of Polyline in com.google.gwt.maps.client.events.overlaycomplete.polyline
 

Methods in com.google.gwt.maps.client.events.overlaycomplete.polyline that return Polyline
 Polyline PolylineCompleteMapEvent.getPolyline()
           
 

Uses of Polyline in com.google.gwt.maps.client.geometrylib
 

Methods in com.google.gwt.maps.client.geometrylib with parameters of type Polyline
static boolean PolyUtils.isLocationOnEdge(LatLng point, Polyline polyline)
          Computes whether the given point lies on or near to a polyline, or the edge of a polygon, within a specified tolerance.
static boolean PolyUtils.isLocationOnEdge(LatLng point, Polyline polyline, double tolerance)
          Computes whether the given point lies on or near to a polyline, or the edge of a polygon, within a specified tolerance.
 

Uses of Polyline in com.google.gwt.maps.client.overlays
 

Methods in com.google.gwt.maps.client.overlays that return Polyline
static Polyline Polyline.newInstance(PolylineOptions options)
          Create a polyline using the passed PolylineOptions, which specify both the path of the polyline and the stroke style to use when drawing the polyline.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.