-
public class CameraMoveStartedReason.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CameraMoveStartedReason.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CameraMoveStartedReasonfromInt(Integer value)Converts from the Maps SDK com.google.android.gms.maps.GoogleMap.OnCameraMoveStartedListener constants to CameraMoveStartedReason, or returns UNKNOWN if there is no such CameraMoveStartedReason for the given value. -
-
Method Detail
-
fromInt
final CameraMoveStartedReason fromInt(Integer value)
Converts from the Maps SDK com.google.android.gms.maps.GoogleMap.OnCameraMoveStartedListener constants to CameraMoveStartedReason, or returns UNKNOWN if there is no such CameraMoveStartedReason for the given value.
See https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap.OnCameraMoveStartedListener#constants.
-
-
-
-