makeMyPlace static method

GeoPlace makeMyPlace(
  1. String title,
  2. 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.

  • title The title.

  • coordinates The coordinates.

Returns GeoPlace. An instance of GeoPlace.

Implementation

static GeoPlace makeMyPlace(String title, GeoCoordinates coordinates) => $prototype.makeMyPlace(title, coordinates);