CAF Shared JavaScript

Class CAF.GMap

Object
   |
   +--CAF.GMap

class CAF.GMap


GMap utilities.
Defined in gmap.js


Nested Class Summary
<static class> CAF.GMap.Model
<static class> CAF.GMap.MarkerList
 
Constructor Summary
CAF.GMap ()
           
 
Method Summary
<static> Object copyAttributes(src, dst, props, types)
           Copies specified attributes from the source element to properties on the destination object.
<static> Object copyProperties(src, dst, props)
           Copies specified properties from source object to destination.
<static> Object gLatLngToString(coords)
           Converts the specified GLatLng object to a coordinates string.
<static> void setAttributes(src, dst, props, types)
           Copies specified properties from the source object to attributes on the destination element.
<static> Object stringToGLatLng(s)
           Converts the specified coordinates string to a GLatLng object.
<static> void waitUntilCreated(id, fn, key)
           Invokes the specified function after the specfied map has been created.
<static> void waitUntilLoaded(id, fn, key)
           Invokes the specified function after the specfied map has been loaded (its center has been set and is ready to be manipulated).

Constructor Detail

CAF.GMap

CAF.GMap()

Method Detail

copyAttributes

<static> Object copyAttributes(src, dst, props, types)

copyProperties

<static> Object copyProperties(src, dst, props)

gLatLngToString

<static> Object gLatLngToString(coords)

setAttributes

<static> void setAttributes(src, dst, props, types)

stringToGLatLng

<static> Object stringToGLatLng(s)

waitUntilCreated

<static> void waitUntilCreated(id, fn, key)

waitUntilLoaded

<static> void waitUntilLoaded(id, fn, key)

CAF Shared JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:18 2019