| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | A map unique identifier for this image insert. |
| point | true | true | java.lang.String | The point id that indicates the centerpoint of where this image should be placed. |
| url | true | true | java.lang.String | The url (relative or absolute) to the image file. |
| baseZoom | true | true | int | The base zoom level at which this image should be displayed full scale (100%). |
| width | true | true | int | The full scale width of the image in pixels. |
| height | true | true | int | The full scale height of the image in pixels. |
| mapTypes | false | true | java.lang.String | A comma separated list of map type names in which this insert should be displayed. If none is specified then all map types are supported. |