Package-level declarations
Types
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.
Callback interface for when the map has finished rendering. This occurs after all tiles required to render the map have been fetched, and all labeling is complete. This event will not fire if the map never loads due to connectivity issues, or if the map is continuously changing and never completes loading due to the user constantly interacting with the map.
Abstraction to provide access to a map view
Abstraction to provide access to callback interface for when camera movement has ended.
Abstraction to provide access to callback interface for when the camera motion starts.
Abstraction to provide access to callback interface for when an info window has been clicked.
Abstraction to provide access to callback interface for when an info window has been clicked.
Abstraction to provide access to callback interface for when an info window has been opened or closed.
Abstraction to provide access to Callback interface for when the map is ready to be used.
Abstraction to provide access to callback interface for when a marker has been clicked.
Abstraction to provide access to callback interface for when a marker is being dragged.
Abstraction to provide a callback interface for when the My Location button is clicked.
Abstraction to provide access to callback interface for when a polygon on the map is clicked.
Abstraction to provide access to callback interface for when a polyline on the map is clicked.
OmhPatternItem is an interface that provides an abstraction for a pattern item for polylines and polygons.
OmhPolygon is an interface that provides an abstraction for a polygon on a map. A polygon is a shape with multiple edges on a map. You can customize the appearance of the polygon by changing its properties.
OmhPolyline is an interface that provides an abstraction for a polyline on a map. A polyline is a series of connected line segments that can form any shape you want on a map. You can customize the appearance of the polyline by changing its properties.
Callback interface to notify when the snapshot has been taken.
OmhStyleSpan is an interface that provides an abstraction for a style span on a map. A style span is a segment of a polyline or polygon that has a specific style.