woosmap-sdk
Toggle table of contents
1.1.4
androidJvm
Platform filter
androidJvm
Switch theme
woosmap-sdk
woosmap-sdk
com.
woosmap.
sdk
Geometry
Constants
Indoor
Offline
Venue
Indoor
Offline
Venue
Status
SUCCESS
ERROR
IN_
PROGRESS
Localities
Adapter
Localities
Autocomplete
Text
View
Map
View
Missing
Api
Key
On
Camera
Did
Change
On
Did
Fail
Loading
Map
On
Did
Finish
Loading
Map
On
Did
Finish
Loading
Style
On
Indoor
Offline
Status
Changed
On
Location
Update
On
Map
Click
Stores
Adapter
Stores
Autocomplete
Text
View
Woosmap
Companion
com.
woosmap.
sdk.
api
Distance
Service
Indoor
Service
Localities
Service
Stores
Service
com.
woosmap.
sdk.
api.
distance
Details
Full
None
Distance
Base
Response
Distance
Instructions
Distance
Isochrone
Response
Distance
Isochrone
Response
Isoline
Distance
Isochrone
Response
Isoline
Distance
Distance
Isochrone
Response
Isoline
Time
Distance
Leg
Distance
Matrix
Element
Response
Status
Ok
Not
Found
Zero
Results
Distance
Matrix
Elements
Response
Distance
Matrix
Response
Distance
Route
Elements
Response
Distance
Route
Response
Distance
Status
Companion
Ok
Invalid
Request
Max
Elements
Exceeded
Max
Route
Length
Exceeded
Request
Denied
Backend
Error
Over
Query
Limit
Distance
Step
Distance
Value
Duration
Value
Elements
Distance
Duration
Duration
Distance
Encoded
Polyline
Method
Time
Distance
Transit
Mode
Driving
Cycling
Walking
Unit
System
Companion
Imperial
Metric
com.
woosmap.
sdk.
api.
indoor
bounding
Box
Building
Directions
Leg
Directions
Response
Directions
Route
Directions
Step
Directions
Step
Instruction
Distance
Value
Duration
Value
Extended
Full
Indoor
Bounds
Indoor
Location
Pagination
Info
Venue
Feature
Response
Venue
Level
Venue
Pois
Autocomplete
Prediction
Venue
Pois
Autocomplete
Response
Venue
Search
Response
Venues
Element
Response
com.
woosmap.
sdk.
api.
localities
Address
Components
Inner
Cc
Format
Alpha2
Alpha3
Data
Standard
Advanced
Extended
Postal
Code
Fields
Geometry
Localities
Address
Geometry
Location
Type
Rooftop
Range
Interpolated
Geometric
Center
Approximate
Postal
Code
District
Localities
Address
Summary
Localities
Autocomplete
Collection
Response
Localities
Autocomplete
Matched
Fields
Localities
Autocomplete
Response
Localities
Details
Response
Localities
Details
Response
Result
Localities
Details
Response
Result
Addresses
Localities
Details
Response
Result
Addresses
List
Inner
Localities
Details
Response
Result
Geometry
Localities
Geocode
Collection
Response
Localities
Geocode
Response
Localities
Geocode
Types
Companion
Locality
Postal
Code
Route
Address
Localities
Status
Companion
Not
Yet
Built
Localities
Types
Companion
Locality
Postal
Code
Admin
Level
Airport
Train
Station
Metro
Station
Shopping
Museum
Zoo
Amusement
Park
Art
Gallery
Tourist
Attraction
Country
Address
Route
com.
woosmap.
sdk.
api.
shared
decode
Encoded
Polyline()
Matched
Substring
com.
woosmap.
sdk.
api.
stores
Asset
Address
Response
Asset
Autocomplete
Response
Asset
Autocomplete
Response
Predictions
Inner
Asset
Contact
Asset
Feature
Response
Type
feature
Asset
Opening
Hours
Asset
Opening
Hours
Period
Asset
Opening
Hours
Usual
Asset
Open
Response
Asset
Open
Response
Next
Opening
Asset
Response
Asset
Weekly
Opening
Hours
Period
Asset
Weekly
Opening
Response
Geo
Json
Point
Type
Point
Pagination
Search
Response
Type
Feature
Collection
Feature
Collection
Search
Response
Feature
Type
Feature
Feature
com.
woosmap.
sdk.
geojson
altitude
bounding
Box
Feature
Feature
Collection
Geo
Json
Object
Geometry
Geometry
Collection
latitude
Line
Lines
Line
String
longitude
Multi
Line
String
Multi
Point
Multi
Polygon
Point
Polygon
Position
Positions
Surface
to
Geo
Json
Object()
to
Json
Object()
to
Lat
Lng()
com.
woosmap.
sdk.
geometry
Lat
Lng
Lat
Lng
Bounds
Companion
to
Line
String()
to
Point()
to
Polygon()
to
String
For
Url
Parameter()
com.
woosmap.
sdk.
location.
permissions
Location
Permission
Manager
On
Location
Permissions
Update
com.
woosmap.
sdk.
maps
Icon
Marker
On
Marker
Changed
On
Marker
Click
Point
Size
Ui
Settings
com.
woosmap.
sdk.
maps.
camera
Camera
Callback
Status
CANCELED
FINISHED
Camera
Update
Companion
UNCHANGED
com.
woosmap.
sdk.
maps.
renderer
Clickable
Renderer
Data
Bound
Feature
Data
Renderer
Distance
Renderer
Indoor
Renderer
Markers
Renderer
On
Feature
Click
On
Level
Changed
On
Renderer
Click
Listener
on
Route
Select
On
Store
Select
On
Venue
Poi
Click
Renderer
Stores
Renderer
Stores
Style
Companion
Default
Rule
Rule
Typed
Rule
woosmap-sdk
/
com.woosmap.sdk.api.indoor
/
VenueFeatureResponse
Venue
Feature
Response
data
class
VenueFeatureResponse
(
val
venueId
:
String
,
val
name
:
String
,
val
bbox
:
List
<
Double
>
,
val
levels
:
List
<
VenueLevel
>
?
=
null
,
val
categories
:
List
<
String
>
?
=
null
,
val
buildings
:
List
<
Building
>
?
=
null
,
val
updatedAt
:
String
)
Members
Constructors
Venue
Feature
Response
Link copied to clipboard
constructor
(
venueId
:
String
,
name
:
String
,
bbox
:
List
<
Double
>
,
levels
:
List
<
VenueLevel
>
?
=
null
,
categories
:
List
<
String
>
?
=
null
,
buildings
:
List
<
Building
>
?
=
null
,
updatedAt
:
String
)
Properties
bbox
Link copied to clipboard
val
bbox
:
List
<
Double
>
buildings
Link copied to clipboard
val
buildings
:
List
<
Building
>
?
=
null
categories
Link copied to clipboard
val
categories
:
List
<
String
>
?
=
null
levels
Link copied to clipboard
val
levels
:
List
<
VenueLevel
>
?
=
null
name
Link copied to clipboard
val
name
:
String
updated
At
Link copied to clipboard
@
SerializedName
(
value
=
"updated_at"
)
val
updatedAt
:
String
venue
Id
Link copied to clipboard
@
SerializedName
(
value
=
"venue_id"
)
val
venueId
:
String