addData method

GeoJson addData(
  1. dynamic data
)

Methods

Adds a GeoJSON object to the layer.

Implementation

/// Adds a GeoJSON object to the layer.
external GeoJson addData(dynamic data);