extendMeters property

int extendMeters
final

how large to extend a bounding area. When retrieving markers we extend the bounding area a bit. By doing so we retrieve a bit more markers than actually needed right now but we do not need to retrieve markers again as long as the view does not extend the extended bounding area by moving the map outside. This saves cpu. Measurements in meters.

Implementation

final int extendMeters;