Raw.MediaAreaGeoPoint

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