fetchRecentDestinationSuggestions
fun fetchRecentDestinationSuggestions(position: GeoPoint, date: Date = Date()): List<PersonalLocation>
Fetches recent destination suggestions based on the passed position and date.
Return
The recent destination suggestions.
Note: Non-suggested recent destinations can be fetched with:
\``` val nonSuggestedRecents = userProfile.locations.recentDestinations - suggestedRecents \```
@suppress This API is for internal use only. It may change without prior notice and should not be used publicly.
Parameters
position
The position, typically the current location of the user.
date
The date to use for the recommendations. Defaults to the current date.