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.
addressGeoPointAddressOptionalOptional textual representation of the address.

Type: MediaArea

Example:

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