Uses of Class
org.wicketstuff.gmap.api.GLatLng

Packages that use GLatLng
org.wicketstuff.gmap This package contains wicket gmap3 implementation. 
org.wicketstuff.gmap.api   
org.wicketstuff.gmap.event   
org.wicketstuff.gmap.geocoder   
 

Uses of GLatLng in org.wicketstuff.gmap
 

Methods in org.wicketstuff.gmap that return GLatLng
 GLatLng GMap.getCenter()
           
 

Methods in org.wicketstuff.gmap with parameters of type GLatLng
 void GMap.panTo(GLatLng center)
          Changes the center point of the map to the given point.
 void GMap.setCenter(GLatLng center)
          Set the center.
 

Method parameters in org.wicketstuff.gmap with type arguments of type GLatLng
 void GMap.fitMarkers(List<GLatLng> markersToShow)
           
 void GMap.fitMarkers(List<GLatLng> markersToShow, boolean showMarkersForPoints)
           
 void GMap.fitMarkers(List<GLatLng> markersToShow, boolean showMarkersForPoints, double zoomAdjustment)
           Makes the map zoom out and centre around all the GLatLng points in markersToShow.
 

Constructors in org.wicketstuff.gmap with parameters of type GLatLng
GMap.SetCenterBehavior(String event, GLatLng gLatLng)
           
 

Uses of GLatLng in org.wicketstuff.gmap.api
 

Methods in org.wicketstuff.gmap.api that return GLatLng
 GLatLng GMarkerOptions.getLatLng()
           
 GLatLng GInfoWindow.getLatLng()
           
 GLatLng GMarker.getLatLng()
           
 GLatLng GLatLngBounds.getNE()
           
 GLatLng GLatLngBounds.getSW()
           
static GLatLng GLatLng.parse(String value)
          (37.34068368469045, -122.48519897460936)
 

Methods in org.wicketstuff.gmap.api with parameters of type GLatLng
abstract  void GClientGeocoder.onGeoCode(AjaxRequestTarget target, GeocoderStatus status, String address, GLatLng latLng)
           
 void GMarkerOptions.setLatLng(GLatLng latLng)
           
 void GInfoWindow.setLatLng(GLatLng latLng)
           
 

Constructors in org.wicketstuff.gmap.api with parameters of type GLatLng
GCircle(GLatLng center, double radius, String strokeColor, int strokeWeight, float strokeOpacity, String fillColor, float fillOpacity)
           
GInfoWindow(GLatLng latLng, Component content)
          Constructor.
GInfoWindow(GLatLng latLng, String content)
          Constructor.
GLatLngBounds(GLatLng sw, GLatLng ne)
          Construct.
GMarkerOptions(GMap gmap, GLatLng latLng)
           
GMarkerOptions(GMap gmap, GLatLng latLng, String title)
           
GMarkerOptions(GMap gmap, GLatLng latLng, String title, GIcon icon, GIcon shadow)
           
GPolygon(String strokeColor, int strokeWeight, float strokeOpacity, String fillColor, float fillOpacity, GLatLng... gLatLngs)
           
GPolyline(String color, int weight, float opacity, GLatLng... gLatLngs)
           
 

Uses of GLatLng in org.wicketstuff.gmap.event
 

Methods in org.wicketstuff.gmap.event with parameters of type GLatLng
protected abstract  void ClickListener.onClick(AjaxRequestTarget target, GLatLng latLng)
          Override this method to provide handling of a click on the map.
protected abstract  void DblClickListener.onDblClick(AjaxRequestTarget target, GLatLng latLng)
          Override this method to provide handling of a double-click on the map.
 

Uses of GLatLng in org.wicketstuff.gmap.geocoder
 

Methods in org.wicketstuff.gmap.geocoder that return GLatLng
 GLatLng Geocoder.decode(String response)
           
 GLatLng Geocoder.geocode(String address)
           
 



Copyright © 2014. All rights reserved.