setViewpointCenter method

Future<bool> setViewpointCenter(
  1. ArcGISPoint center, {
  2. double? scale,
})

Centers the map view at the provided center point and zooms to the given scale.

Parameters:

  • center — The location at which to center the map view.
  • scale — The scale at which the map is displayed.

Return Value: A Future.