GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.places.facade / PlacesFacade / detectPlacesForLocation

detectPlacesForLocation

fun detectPlacesForLocation(location:LatLng):List<Place>

Detects places for specific location sorted by the area. Mainly return regions, but may return a POI.

fun detectPlacesForLocation(location:LatLngBounds):List<Place>

Detect places that cover enough of the area and its parents in area sorted by the coverage of the area.