Interface StoryAreaTypeLocation

Describes type of clickable area on a story media. Subtype of StoryAreaType.

interface StoryAreaTypeLocation {
    @type: "storyAreaTypeLocation";
    address: LocationAddress;
    location: Location;
}

Properties

@type: "storyAreaTypeLocation"

Address of the location; may be null if unknown.

location: Location

The location.