====== ThinkGeo.MapSuite.iOSEdition.ExtentChangedType ====== {{section>upgrade_map_suite_to_10.0}} This enumeration specifies the type of extent change that has occurred when doing interactive actions with InterativeOverlay. == Remarks == N/A == Items == **None** * **Summary**:Default value for enumeration. **Pan** * **Summary**:This enumeration item represents panning action for the extent interativeOverlay. **TrackZoomIn** * **Summary**:This enumeration item represents track zoom in action for the extent interativeOverlay. **TrackZoomOut** * **Summary**:This enumeration item represents track zoom out action for the extent interativeOverlay. **DoubleClickZoomIn** * **Summary**:This enumeration item represents double-click zoom in action for the extent interativeOverlay. **DoubleClickZoomOut** * **Summary**:This enumeration item represents double-click zoom out action for the extent interativeOverlay. **MouseWheelZoomIn** * **Summary**:This enumeration item represents mouse wheel zoom in action for the extent interativeOverlay. **MouseWheelZoomOut** * **Summary**:This enumeration item represents mouse wheel zoom out action for the extent interativeOverlay.