Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MapView.GetPitchEnabled
Queries pitch enabled state.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MapView | 9.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "MapView.GetPitchEnabled"; MapView ) More
Parameters
Parameter | Description | Example |
---|---|---|
MapView | The map view reference number. | $$MapView |
Result
Returns 1, 0 or error.
Description
Queries pitch enabled state.A Boolean value indicating whether the map camera’s pitch information is used.
See also
- MapView.GetRotateEnabled
- MapView.GetScrollEnabled
- MapView.GetZoomEnabled
- MapView.SetPitchEnabled
- MapView.SetRotateEnabled
- MapView.SetZoomEnabled
Created 14th January 2019, last changed 9th November 2021
