Maps response returned by Kagi.maps/1..3.
Contains parsed point-of-interest rows. Sorting and limiting are applied client-side after the response is parsed.
Fields
:results- point-of-interest rows in result order.
Summary
Types
@type order() :: :asc | :desc
Sort direction passed via the :order option.
@type sort() :: :relevance | :rating | :distance | :price
Maps sort mode passed via the :sort option.
@type t() :: %Kagi.Maps{results: [Kagi.MapsResult.t()]}
A parsed Kagi Maps response.