Geo
Address autocomplete (Photon / OpenStreetMap).
Endpoints · 1
GET/modules/geo/v1/autocompleteclient.geo.autocomplete
`q` 2..200 chars; `limit` 1..20 (default 6); `lang` one of en (default), nl, de, fr.
autocomplete(input: { q: string; limit?: number; lang?: string; }): Promise<{ suggestions: AddressSuggestion[]; }>;Widgets · 1
Embeddable React components for this App. Click one to preview its UI. Previews render the component only — live data calls are disabled here (wire the Provider's basePath to a connector, as the Console does, to make them functional).