Omh Map View
interface OmhMapView
Abstraction to provide access to a map view
Types
Functions
Link copied to clipboard
Returns a instance of the OmhMap through the callback, ready to be used. Note that: This method must be called from the main thread. The callback will be executed in the main thread.
Link copied to clipboard
You must call this method from the parent Activity/Fragment's corresponding method.
Link copied to clipboard
You must call this method from the parent Activity/Fragment's corresponding method. Provides a Bundle to store the state of the View before it gets destroyed. It can later be retrieved when onCreate(Bundle) is called again.