toGeoJson method

void toGeoJson(
  1. void callback(
    1. Object?
    )?
)

Implementation

void toGeoJson(void Function(Object?)? callback) {
  callMethod(
      this, 'toGeoJson', [callback == null ? null : allowInterop(callback)]);
}