Uses of Class
wicket.contrib.gmap.api.GLatLng

Packages that use GLatLng
wicket.contrib.gmap This package contains wicket gmap2 implementation. 
wicket.contrib.gmap.api   
wicket.contrib.gmap.event   
wicket.contrib.gmap.util   
 

Uses of GLatLng in wicket.contrib.gmap
 

Methods in wicket.contrib.gmap that return GLatLng
 GLatLng GMap2.getCenter()
           
 

Methods in wicket.contrib.gmap with parameters of type GLatLng
 void GMap2.panTo(GLatLng center)
          Changes the center point of the map to the given point.
 void GMap2.setCenter(GLatLng center)
          Set the center.
 

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

Constructors in wicket.contrib.gmap with parameters of type GLatLng
GMap2.SetCenterBehavior(String event, GLatLng gLatLng)
           
 

Uses of GLatLng in wicket.contrib.gmap.api
 

Methods in wicket.contrib.gmap.api that return GLatLng
 GLatLng GMarker.getLatLng()
           
 GLatLng GLatLngBounds.getNE()
           
 GLatLng GLatLngBounds.getSW()
           
static GLatLng GLatLng.parse(String value)
          (37.34068368469045, -122.48519897460936)
 

Methods in wicket.contrib.gmap.api with parameters of type GLatLng
abstract  void GClientGeocoder.onGeoCode(AjaxRequestTarget target, int status, String address, GLatLng latLng)
           
 GInfoWindow GInfoWindow.open(GLatLng latLng, Component content)
          Open an info window.
 GInfoWindow GInfoWindow.open(GLatLng latLng, GInfoWindowTab... tabs)
           
 void GMarker.setLatLng(GLatLng gLatLng)
           
 

Constructors in wicket.contrib.gmap.api with parameters of type GLatLng
GLatLngBounds(GLatLng sw, GLatLng ne)
          Construct.
GMarker(GLatLng gLatLng)
           
GMarker(GLatLng gLatLng, GMarkerOptions options)
           
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 wicket.contrib.gmap.event
 

Methods in wicket.contrib.gmap.event with parameters of type GLatLng
protected abstract  void ClickListener.onClick(AjaxRequestTarget target, GLatLng latLng, GOverlay overlay)
          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 click on the map.
 

Uses of GLatLng in wicket.contrib.gmap.util
 

Methods in wicket.contrib.gmap.util that return GLatLng
 GLatLng Geocoder.decode(String response)
           
 GLatLng Geocoder.geocode(String address)
           
 



Copyright © 2012. All Rights Reserved.