Skip to Content
APIPlaces LocationsInterface: SearchPlacesByTagsOptions

Interface: SearchPlacesByTagsOptions

Optional parameters for MapVXSDK.searchPlacesByTags.

Properties

floor?

optional floor: string;

Floor id as string used as the distance reference for sort: "distance".


lat?

optional lat: string;

Latitude as string used as the distance reference for sort: "distance".


lng?

optional lng: string;

Longitude as string used as the distance reference for sort: "distance".


origin?

optional origin: string;

Place id (e.g. a totem) used as the distance reference for sort: "distance".


parentPlaces?

optional parentPlaces: string[];

Optional list of parent place ids used to scope the search.


sort?

optional sort: PlacesByTagsSort;

Result ordering. Defaults to match on the server when omitted.

Last updated on