invalidateBounds method

void invalidateBounds(
  1. MLNCoordinateBounds bounds
)

Invalidates all the features and properties intersecting with or contained in the specified bounds. New fetch requests will immediately be invoked on the MLNComputedShapeSourceDataSource. @param bounds Coordinate bounds to invalidate.

Implementation

void invalidateBounds(MLNCoordinateBounds bounds) {
_objc_msgSend_9ay59k(this.ref.pointer, _sel_invalidateBounds_, bounds);

}