Class Index | File Index

Classes


Class GeoMashupIcon

This type represents an icon that can be used for a map marker. It has no constructor, but is instantiated as an object literal.
Defined in: geo-mashup.dev.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
GeoMashupIcon.iconAnchor
Pixel offset from top left: [ right, down ]
<static>  
GeoMashupIcon.iconShadow
URL of the icon shadow image
<static>  
GeoMashupIcon.iconSize
Pixel width and height of the icon
<static>  
GeoMashupIcon.image
URL of the icon image
<static>  
GeoMashupIcon.infoWindowAnchor
Pixel offset from top left: [ right, down ]
<static>  
GeoMashupIcon.shadowSize
Pixel width and height of the icon shadow
Class Detail
GeoMashupIcon()
Field Detail
<static> {Array} GeoMashupIcon.iconAnchor
Pixel offset from top left: [ right, down ]

<static> {String} GeoMashupIcon.iconShadow
URL of the icon shadow image

<static> {Array} GeoMashupIcon.iconSize
Pixel width and height of the icon

<static> {String} GeoMashupIcon.image
URL of the icon image

<static> {Array} GeoMashupIcon.infoWindowAnchor
Pixel offset from top left: [ right, down ]

<static> {Array} GeoMashupIcon.shadowSize
Pixel width and height of the icon shadow

Documentation generated by JsDoc Toolkit 2.1.1 on Fri Feb 08 2013 16:24:18 GMT-0800 (PST)