# Modules.Map.ImageOverlay

Represents a bounded area on the map that has an image overlay.

Availability
7.4.0
7.2.0
9.2.0

# Overview

The ImageOverlay object gives you low-level control over image overlays that can be added to a Modules.Map.View. An image overlay must have a boundsCoordinate property and a image set to appear on a map.

Use the Modules.Map.createImageOverlay method to create an image overlay.

# Properties

# boundsCoordinate CREATION ONLY

Availability
7.4.0
7.2.0
9.2.0
boundsCoordinate :MapBoundsCoordinateType

An object representing diagonal coordinates (topLeft and bottomRight) on the map.


# image CREATION ONLY

Availability
7.4.0
7.2.0
9.2.0
image :String | Titanium.Blob

The image that is shown as an overlay on the map.