open class MapViewPort
Parameters describing the current map view port (e.g., focal latitude, longitude, zoom level).
open class MapViewPortBuilder
Builder for parameters describing the current map view port (e.g., focal latitude, longitude, zoom level). |
open static fun builder(): MapViewPort.MapViewPortBuilder!
Method used to create an instance of |
|
open fun getFocalLatitude(): Float
Returns the latitude of map center. |
|
open fun getFocalLongitude(): Float
Returns the longitude of map center. |
|
open fun getPerspectiveRatio(): Float
Returns the current perspective ratio (2D or 3D). |
|
open fun getYawDegrees(): Float
Returns the current yaw degrees. Can be a value from [0, 360]. |
|
open fun getZoomLevel(): Double
Returns the current zoom level. Can be a value from [0, 20]. |