MGMap.zoomPrevious   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

boolean zoomPrevious()

Description

Sets the current view of the map back to the previous view of the map.

This method always refreshes the map when the autoRefresh flag is set to True or when called from the onViewChanging or onMapLoaded events.

Note that this method does not work during a busy state.

Returns

boolean - Returns True if successful; otherwise, returns False.

Error Codes

-1 (busy)

See Also

zoomOut, zoomInMode