PlacePageRequest

data class PlacePageRequest @JvmOverloads constructor(val continuationToken: String)

Represents a request for a page of places.

Parameters

continuationToken

A token used to fetch the next page of results.

Constructors

Link copied to clipboard
constructor(continuationToken: String)

Properties

Link copied to clipboard