woosmap-sdk
Toggle table of contents
1.1.4
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
woosmap-sdk
woosmap-sdk
/
com.woosmap.sdk.api.shared
Package-level
declarations
Contains shared models data classes for several APIs.
Types
Functions
Types
Matched
Substring
Link copied to clipboard
data
class
MatchedSubstring
(
val
length
:
Double
,
val
offset
:
Double
)
Functions
decode
Encoded
Polyline
Link copied to clipboard
fun
String
.
decodeEncodedPolyline
(
)
:
List
<
LatLng
>