PickedPlace constructor

PickedPlace(
  1. String name,
  2. GeoCoordinates coordinates,
  3. String placeCategoryId
)

Implementation

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