AriaPropsMapView constructor

AriaPropsMapView(
  1. Map map
)

Create a new instance backed by the specified map.

Implementation

AriaPropsMapView(Map map) : super(map);