MapControl

@UiThread
open fun MapControl(@NonNull context: Context)

Creates a MapControl instance without having a Google Map object available

Use setGoogleMap to set the GoogleMap object and its parent view

Parameters

context

The context

Throws

if more instances were created than supported

if this wasn't invoked from the UI Thread