LocationChangedEvent constructor
LocationChangedEvent(
- int mapId,
- AMapLocation value
Implementation
LocationChangedEvent(int mapId, AMapLocation value) : super(mapId, value);
LocationChangedEvent(int mapId, AMapLocation value) : super(mapId, value);