ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.pois
/
PoisRequest
Pois
Request
@
Serializable
data
class
PoisRequest
(
val
request
:
String
=
"pois"
,
val
geometry
:
Geometry
,
val
filters
:
Map
<
String
,
String
>
?
=
null
,
val
limit
:
Int
?
=
null
,
val
sortby
:
String
?
=
null
)
Request for the POIs endpoint.
Members
Constructors
Pois
Request
Link copied to clipboard
constructor
(
request
:
String
=
"pois"
,
geometry
:
Geometry
,
filters
:
Map
<
String
,
String
>
?
=
null
,
limit
:
Int
?
=
null
,
sortby
:
String
?
=
null
)
Properties
filters
Link copied to clipboard
val
filters
:
Map
<
String
,
String
>
?
=
null
geometry
Link copied to clipboard
val
geometry
:
Geometry
limit
Link copied to clipboard
val
limit
:
Int
?
=
null
request
Link copied to clipboard
@
Required
val
request
:
String
sortby
Link copied to clipboard
val
sortby
:
String
?
=
null