PickedPlace constructor
- String name,
- GeoCoordinates coordinates,
- String placeCategoryId
Implementation
PickedPlace(String name, GeoCoordinates coordinates, String placeCategoryId)
: name = name, coordinates = coordinates, placeCategoryId = placeCategoryId, offlineSearchId = "";