IndoorService

class IndoorService : ApiClient

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun directions(venueId: String, origin: String, destination: String, avoid: String? = null, language: String? = null, units: UnitSystem? = null, waypoints: String? = null, optimize: Boolean? = null, mode: String? = null): DirectionsResponse

Returns the directions to go from an origin (lat,lng,level) to a destination (lat,lng,level)

Link copied to clipboard
fun getStyle(theme: String? = null): String

Get Style for a given theme Used to retrieve an Indoor Style

Link copied to clipboard
fun getTileUrl(venueId: String): String
Link copied to clipboard

Get Venue from ID Used to retrieve a venue from his `venueId`

Link copied to clipboard
fun getVenueFeature(venueId: String, featureId: Int): Feature

Get Feature by key Returns a single feature using its id.

Link copied to clipboard

Get Venues Returns the list of venues with their bounding box along with the levels and each level's bounding box.

Link copied to clipboard
fun poisAutocomplete(venueId: String, q: String, fromLocation: String? = null, extended: Extended? = null, level: Int? = null, building: String? = null, category: String? = null, ref: String? = null, language: String? = null, advancedFilter: String? = null): List<VenuePoisAutocompletePrediction>

Autocomplete text search of the features of a venue having a name or description

Link copied to clipboard
fun poisSearch(venueId: String, q: String, fromLocation: String? = null, extended: Extended? = null, level: Int? = null, building: String? = null, category: String? = null, ref: String? = null, id: String? = null, language: String? = null, advancedFilter: String? = null): List<Feature>

Full text search of the features of a venue having a name or description