mapbox-maps-android
/
com.mapbox.maps
/
Size
Size
class
Size
:
Serializable
Content copied to clipboard
Size type.
Constructors
Functions
Properties
Constructors
Size
Link copied to clipboard
open fun
Size
(width:
Float
, height:
Float
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
height
Link copied to clipboard
private val
height
:
Float
Content copied to clipboard
width
Link copied to clipboard
private val
width
:
Float
Content copied to clipboard