woosmap-sdk
Toggle table of contents
1.1.8
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
woosmap-sdk
woosmap-sdk
/
com.woosmap.sdk.api.localities
/
LocalitiesNearbyPaginationInfo
Localities
Nearby
Pagination
Info
data
class
LocalitiesNearbyPaginationInfo
(
val
nextPage
:
Int
?
=
null
,
val
previousPage
:
Int
?
=
null
)
Members
Constructors
Localities
Nearby
Pagination
Info
Link copied to clipboard
constructor
(
nextPage
:
Int
?
=
null
,
previousPage
:
Int
?
=
null
)
Properties
next
Page
Link copied to clipboard
@
SerializedName
(
value
=
"next_page"
)
val
nextPage
:
Int
?
=
null
previous
Page
Link copied to clipboard
@
SerializedName
(
value
=
"previous_page"
)
val
previousPage
:
Int
?
=
null