Mapbox - Can I use the locationlistener without Mapbox map
问题 I know the way to use locationListener and triggering the GPS is done like that: mapboxMap.setMyLocationEnabled(true); I want to open the locationListener at app start, but I don't want to use the map in the startActivity . Just using the locationListener without map. How can I do with Mapbox ? 回答1: You can use an instance of LocationEngine to acquire location updates without showing the map. final LocationEngine locationEngine = new LostLocationEngine(this); locationEngine.setPriority