public class UserLocationEvent
extends LocalEvent
| Constructor and Description |
|---|
UserLocationEvent(java.util.List<UserLocation> locations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserLocation> |
getLocations()
Gets the users location data from these event send to you by these users
|