@@ -1684,7 +1684,7 @@ public class APIModuleGis extends UZModule {
if (null != location) {
int locationSize = 0;
BMapLocationResult result = new BMapLocationResult(0, System.currentTimeMillis(), location);
- synchronized (LATCH_COMM){
+ synchronized (BMAP_LATCH_COMM){
lastBMapLocations.add(result);
locationSize = lastBMapLocations.size();
}