open class MapViewPortBuilder
Builder for parameters describing the current map view port (e.g., focal latitude, longitude, zoom level).
open fun build(): MapViewPort!
Creates a new instance of |
|
open fun focalLatitude(focalLatitude: Float): MapViewPort.MapViewPortBuilder!
Defines the focal latitude of a |
|
open fun focalLongitude(focalLongitude: Float): MapViewPort.MapViewPortBuilder!
Defines the focal longitude of a |
|
open fun perspectiveRatio(perspectiveRatio: Float): MapViewPort.MapViewPortBuilder!
Defines the current perspective ratio (2D or 3D). |
|
open fun toString(): String |
|
open fun yawDegrees(yawDegrees: Float): MapViewPort.MapViewPortBuilder!
Defines the current yaw degrees. Can be a value from [0, 360]. |
|
open fun zoomLevel(zoomLevel: Double): MapViewPort.MapViewPortBuilder!
Defines the current zoom level. Can be a value from [0, 20]. |