StoryAreaTypeLocation
Describes a story area pointing to a location. Currently, a story can have up to 10 location areas.
Properties
type
ts
type: "location";
Type of the area, always “location”
latitude
ts
latitude: number;
Location latitude in degrees
longitude
ts
longitude: number;
Location longitude in degrees
address
ts
address?: LocationAddress;
Address of the location