makeMyPlace method - GeoPlace class - search library - Dart API
makeMyPlace
makeMyPlace static method
- String title,
- GeoCoordinates coordinates
Creates a new instance of this class.
All other properties will keep their default value and all properties containing lists will contain empty lists.
-
titleThe title. -
coordinatesThe coordinates.
Implementation
static GeoPlace makeMyPlace(String title, GeoCoordinates coordinates) => $prototype.makeMyPlace(title, coordinates);