Converts a Point to its GeoJSON representation.
@override Map<String, dynamic> toJson() { return {'type': 'Point', 'coordinates': _toList(coordinates)}; }