Link Search Menu Expand Document

Constructor: mediaAreaGeoPoint

Back to constructors index

Represents a geolocation tag attached to a story.

Attributes:

NameTypeRequiredDescription
coordinatesMediaAreaCoordinatesYesThe size and position of the media area corresponding to the location sticker on top of the story media.
geoGeoPointOptionalCoordinates of the geolocation tag.

Type: MediaArea

Example:

$mediaAreaGeoPoint = ['_' => 'mediaAreaGeoPoint', 'coordinates' => MediaAreaCoordinates, 'geo' => GeoPoint];