poiLimit property

int? get poiLimit

Limits the number of visible basemap POIs.

Implementation

core.int? get poiLimit;
set poiLimit (int? val)

Implementation

set poiLimit(core.int? val);