Location Information Params
data class LocationInformationParams(val types: List<PlaceTypeRestriction>, val numberOfResults: Int, val ptModeIncluded: Boolean, val modeFilter: ModeFilter? = null, val pointOfInterestFilter: PointOfInterestFilter? = null)
Created by Michael Ruppen on 12.07.2024
Constructors
Link copied to clipboard
constructor(types: List<PlaceTypeRestriction>, numberOfResults: Int, ptModeIncluded: Boolean, modeFilter: ModeFilter? = null, pointOfInterestFilter: PointOfInterestFilter? = null)