getFavoritesState

Retrieves the current list of favorite records as lean FavoriteState entries (id + type + point only). Use this for a one-off snapshot when you cannot subscribe to observeFavoritesState; for streaming updates prefer the observer so add/remove/move events arrive automatically.

Fetch getFavoritesV2 when you need full details (name, address, distance, charging availability, etc.) — those fields are intentionally omitted here to keep the IPC payload small.