Interface InputStoryAreaTypeLocation

Describes type of clickable area on a story media to be added. Subtype of InputStoryAreaType.

interface InputStoryAreaTypeLocation {
    @type: "inputStoryAreaTypeLocation";
    address: LocationAddress;
    location: Location;
}

Properties

@type: "inputStoryAreaTypeLocation"

Address of the location; pass null if unknown.

location: Location

The location.