Skip to content

Type Alias: LocationType

ts
type LocationType = "entity" | "coordinate" | "mapOverlay";

Possible types of location input. Can be an entity, a raw coordinate, or a map overlay.