Omh Map
Abstraction to provide access to the OmhMap. This is the main class of OMH Maps SDK for Android and is the entry point for all methods related to the map. You cannot instantiate a GoogleMap object directly, rather, you must obtain one from the getMapAsync() method on a OmhMapView that you have added to your application.
Functions
Adds a marker to this map. The marker's icon is rendered on the map at the position.
Gets the camera's position.
Gets the status of the my-location layer.
Moves the camera's position to a specific position.
Sets a callback that's invoked when the my location button is clicked.
Enables or disables the my location layer.
Sets the callback that is invoked when the camera movement has ended.
Sets the callback that's invoked when the camera starts moving or the reason for camera motion has changed.
Enables or disables the zoom gestures in the map.