PickedPlace constructor - PickedPlace - core library - Dart API
PickedPlace
PickedPlace constructor
- String name,
- GeoCoordinates coordinates,
- String placeCategoryId
Creates a new instance.
nameThe name of the POI localized in the currently selected map language.coordinatesThe geographic coordinates of the POI.placeCategoryIdThe place category ID of the POI. This is the same String value asPlaceCategory.idthat can be obtained from theSearchEngineand theOfflineSearchEngine. Note that not all editions include theOfflineSearchEngine.
Implementation
PickedPlace(this.name, this.coordinates, this.placeCategoryId);