Constructor: mediaAreaGeoPoint
Represents a geolocation tag attached to a story.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| coordinates | MediaAreaCoordinates | Yes | The size and position of the media area corresponding to the location sticker on top of the story media. |
| geo | GeoPoint | Optional | Coordinates of the geolocation tag. |
| address | GeoPointAddress | Optional | Optional textual representation of the address. |
Type: MediaArea
Example:
$mediaAreaGeoPoint = ['_' => 'mediaAreaGeoPoint', 'coordinates' => MediaAreaCoordinates, 'geo' => GeoPoint, 'address' => GeoPointAddress];