Disposes any resources this HybridObject might hold natively,
and releases this HybridObject's NativeState.
After calling (), this object can no longer be used.
Eagerly disposing a HybridObject could be beneficial for a queue-/handler-architecture where a bunch of Hybrid Objects are allocated, and later deallocated once a callback (e.g. a render function) completes.
Returns whether this HybridObject is the same object as other.
While two HybridObjects might not be equal when compared with ==, they might still
hold the same underlying HybridObject, in which case equals(other)
will return true.
Checks Google Play Services availability. iOS: always returns false. Android: performs a real system check.
Opens the OS location settings. iOS: opens the app settings. Android: opens system location settings.
Requests runtime location permission.
Shows a native system dialog prompting the user to enable location services.
Platform utilities for react-native-google-maps-plus. Provides system-level operations unrelated to a specific map instance.