Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class OmhMapImpl(val mapView: MapView, context: Context, myLocationIcon: ImageView = MyLocationIcon(context), polylineManager: PolylineManager = PolylineManager(mapView), polygonManager: PolygonManager = PolygonManager(mapView), logger: Logger = commonLogger) : OmhMap, IMapDragManagerDelegate, IOmhInfoWindowMapViewDelegate
Link copied to clipboard
class OmhPolygonImpl(source: Source, fillLayer: FillLayer, lineLayer: LineLayer, options: OmhPolygonOptions, polygonDelegate: IPolygonDelegate, logger: UnsupportedFeatureLogger = polygonLogger) : OmhPolygon