Raw.MediaAreaGeoPoint
Represents a geolocation tag attached to a story.
mediaAreaGeoPoint#cad5452d flags:# coordinates:MediaAreaCoordinates geo:GeoPoint address:flags.0?GeoPointAddress = MediaArea;
export namespace Raw {
export class MediaAreaGeoPoint {
constructor(params: {
coordinates: Raw.TypeMediaAreaCoordinates;
geo: Raw.TypeGeoPoint;
address?: Raw.TypeGeoPointAddress;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xcad5452d
Property
coordinates
: Raw.TypeMediaAreaCoordinatesThe size and position of the media area corresponding to the location sticker on top of the story media.
geo
: Raw.TypeGeoPointCoordinates of the geolocation tag.
address
: Raw.TypeGeoPointAddress or undefined