MPCameraUpdate.fromPoint constructor
MPCameraUpdate.fromPoint(
- MPPoint point
Construct the update from a point.
Implementation
MPCameraUpdate.fromPoint(MPPoint point) {
_map = {"mode":"fromPoint", "point":point.toJson()};
}