mapbox-maps-android
mapbox-maps-android
/
com.mapbox.android.gestures
/
PointerDistancePair
Pointer
Distance
Pair
open
class
PointerDistancePair
:
Pair
<
F
,
S
>
Constructors
Functions
Properties
Constructors
Pointer
Distance
Pair
Link copied to clipboard
open
fun
PointerDistancePair
(
first
:
Integer
,
second
:
Integer
)
Functions
create
Link copied to clipboard
open
fun
<
A
,
B
>
create
(
a
:
A
,
b
:
B
)
:
Pair
<
A
,
B
>
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
first
Link copied to clipboard
val
first
:
F
second
Link copied to clipboard
val
second
:
S