"zoomLimitMaximum"

Defines the maximum zoom factor that is allowed.

Synopsis

void zoomLimitMaximum(float zoom);

Parameter

Parameter Description
zoom Maximum zoom factor

Description

Defines the maximum zoom factor that is allowed,

Example

main()
{
  GisViewer_ewo1.zoomLimitMaximum(100);
}

Assignment

GIS-Viewer