getEventsAround
fun getEventsAround(point: GeoPoint, radius: Int = standardRadius, forceUpdateTraffic: Boolean = true, listener: NewEventsListener?)
Returns the list of events around a point.
Return
the list of events in the zone.
Parameters
point
Center of the zone
radius
Radius of the zone
forceUpdateTraffic
If true new events will be downloaded in this zone, otherwise only the events already in cache will be used. The downloaded events will replace the ones in cache.