Deprixa Plus — Integrations · 10.3 Maps & Geocoding
Map Providers
Three providers are available, with automatic fallback:
1. Google Maps (recommended for address autocomplete)
· 1
Navigate to Google Maps Settings
Go to Settings → Integrations → Google Maps.
· 2
Enable and Enter API Key
Toggle the provider on and enter your Google Maps API Key.
Required Google APIs: Maps JavaScript API, Places API, Geocoding API.
Used in: Dispatch map, shipment address autocomplete.
2. Mapbox (recommended for dispatch maps)
· 1
Navigate to Mapbox Settings
Go to Settings → Integrations → Mapbox.
· 2
Enable and Enter Access Token
Toggle the provider on and enter your Mapbox Access Token.
Used in: Dispatch map, route calculation.
3. OpenStreetMap / Leaflet (free, no API key needed)
Default provider if no Google Maps or Mapbox is configured. No API key required.
Used in: Dispatch map (basic view).
Default Map Settings
| Setting | Description |
|---|---|
| Default Center | Latitude / Longitude for initial map view |
| Default Zoom | 1–20 (default: 4) |
Geocoding
Automatic address-to-coordinates conversion using a fallback chain:
| Priority | Provider | Notes |
|---|---|---|
| 1 | Mapbox | Used first if configured |
| 2 | Fallback if Mapbox unavailable | |
| 3 | Nominatim | Free fallback (OpenStreetMap) |
Tip: Results are cached in the database per organization for improved performance and reduced API calls.