getOmhMapView

abstract fun getOmhMapView(context: Context): OmhMapView

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

Return

OmhMapView instance object.

Parameters

context

ideally your application context, but an activity context will also work.