Package-level declarations

Types

Link copied to clipboard
interface OmhMap

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.

Link copied to clipboard
interface OmhMapView

Abstraction to provide access to a map view

Link copied to clipboard
interface OmhMarker

Abstraction to provide access to OmhMarker. OmhMarker is an icon placed at a particular point on the map's surface.

Link copied to clipboard

Abstraction to provide access to callback interface for when camera movement has ended.

Link copied to clipboard

Abstraction to provide access to callback interface for when the camera motion starts.

Link copied to clipboard
fun interface OmhOnMapReadyCallback

Abstraction to provide access to Callback interface for when the map is ready to be used.

Link copied to clipboard

Abstraction to provide a callback interface for when the My Location button is clicked.