options property

CircleOptions options
getter/setter pair

The circle configuration options most recently applied programmatically via the map controller.

The returned value does not reflect any changes made to the circle through touch events. Add listeners to the owning map controller to track those.

Implementation

CircleOptions options;