Allows you to specify a custom icon and matching shadow for markers. This tag must be the child of a <googlemaps:marker> tag to work.
Note that the images should be .png files, 24 bits. The shadow and the icon images must line up properly from the upper left hand corner.
| Attributes |
| Name | Required | Request-time | Type | Description |
| icon | true | true | java.lang.String | URL to the icon image. This should be a PNG file, 24 bit with transparency. |
| shadow | false | true | java.lang.String | URL to the shadow image. This should be a PNG file, 24 bit with transparency. |
| iconWidth | true | true | int | The icon image width in pixels. |
| iconHeight | true | true | int | The icon image height in pixels. |
| shadowWidth | false | true | int | The shadow image width in pixels. |
| shadowHeight | false | true | int | The shadow image height in pixels. |
| anchorX | true | true | int | The x location of the anchor point. |
| anchorY | true | true | int | The y location of the anchor point. |
| infoWindowAnchorX | true | true | int | The x location of the infowidnow anchor point. |
| infoWindowAnchorY | true | true | int | The y location of the infowindow anchor point. |