getZoom method

Stream<double> getZoom()

Implementation

Stream<double> getZoom() {
  return ArcgisMapPlatform.instance.getZoom(mapId);
}