Class Index | File Index

Classes


Class Simplicite.Gmap


Defined in: gmap.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Google Maps tools
Method Summary
Method Attributes Method Name and Description
<static>  
Simplicite.Gmap.addMarker(lat, lng, zoom, info, center)
<static>  
Simplicite.Gmap.addRectangle(lat1, lng1, lat2, lng2, color)
<static>  
Simplicite.Gmap.clearMap(id)
<static>  
Simplicite.Gmap.dms(s)
<static>  
Simplicite.Gmap.dms2lat(s)
<static>  
Simplicite.Gmap.dms2lng(s)
<static>  
Simplicite.Gmap.initGeocoder()
<static>  
Simplicite.Gmap.initMap(id)
<static>  
Simplicite.Gmap.point(lat, lng, zoom, icon, info)
<static>  
Simplicite.Gmap.rectangle(lat1, lng1, lat2, lng2, color)
<static>  
Simplicite.Gmap.removeMarkers()
<static>  
Simplicite.Gmap.removeRectangles()
<static>  
Simplicite.Gmap.simpleDisplay(id, lat, lng, zoom, marker, info)
<static>  
Simplicite.Gmap.simpleLocalize(address, callback, notify)
<static>  
Simplicite.Gmap.simpleLocalizeAndDisplay(id, address, zoom, marker, info, callback, notify)
Class Detail
Simplicite.Gmap()
Google Maps tools
Method Detail
<static> Simplicite.Gmap.addMarker(lat, lng, zoom, info, center)
Parameters:
lat
lng
zoom
info
center

<static> Simplicite.Gmap.addRectangle(lat1, lng1, lat2, lng2, color)
Parameters:
lat1
lng1
lat2
lng2
color

<static> Simplicite.Gmap.clearMap(id)
Parameters:
id

<static> Simplicite.Gmap.dms(s)
Parameters:
s

<static> Simplicite.Gmap.dms2lat(s)
Parameters:
s

<static> Simplicite.Gmap.dms2lng(s)
Parameters:
s

<static> Simplicite.Gmap.initGeocoder()

<static> Simplicite.Gmap.initMap(id)
Parameters:
id

<static> Simplicite.Gmap.point(lat, lng, zoom, icon, info)
Parameters:
lat
lng
zoom
icon
info

<static> Simplicite.Gmap.rectangle(lat1, lng1, lat2, lng2, color)
Parameters:
lat1
lng1
lat2
lng2
color

<static> Simplicite.Gmap.removeMarkers()

<static> Simplicite.Gmap.removeRectangles()

<static> Simplicite.Gmap.simpleDisplay(id, lat, lng, zoom, marker, info)
Parameters:
id
lat
lng
zoom
marker
info

<static> Simplicite.Gmap.simpleLocalize(address, callback, notify)
Parameters:
address
callback
notify

<static> Simplicite.Gmap.simpleLocalizeAndDisplay(id, address, zoom, marker, info, callback, notify)
Parameters:
id
address
zoom
marker
info
callback
notify

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Jun 22 2023 13:22:32 GMT-0000 (UTC)