newELocZoom static method

CameraELocUpdate newELocZoom(
  1. String eLoc,
  2. double zoom
)

Returns a camera update that moves the camera target to the specified geographical location and zoom level.

Implementation

static CameraELocUpdate newELocZoom(String eLoc, double zoom) {
  return CameraELocUpdate._(
    <dynamic>['newELocZoom', eLoc, zoom],
  );
}