toGeoJSON method

GeoJson toGeoJSON([
  1. double? precision
])

precision is the number of decimal places for coordinates. The default value is 6 places. Returns a GeoJSON representation of the circle marker (as a GeoJSON Point Feature).

Implementation

external GeoJson toGeoJSON([double? precision]);