标签: android google-maps
基本上我想在ForegroundService中执行Polyutil方法。如果我为latlng和多边形提供Polyutil方法,它是否有可能在Foreground服务中工作?
contains = PolyUtil.containsLocation(userLatCircle, userLngCircle, savedGeofenceList, true);