OmhMapFactory

interface OmhMapFactory

A Factory to provide any of the interfaces of the OMH Maps Api module. This isn't designed to be used directly from the client side, instead use the OmhMapProvider

Functions

Link copied to clipboard
abstract fun getOmhLocation(context: Context): OmhLocation

Provides the OmhLocation that is the entry point for Locations.

Link copied to clipboard
abstract fun getOmhMapView(context: Context): OmhMapView

Provides the OmhMapView that is the main entry point with the OMH Maps module.