Geocoding API

Content Type: Module
Categories: Utility,User Interface,Internet-of-Things

Overview

Objective:

Easily add geolocation search to your Mendix app using OpenStreetMap. Users can enter an address or place in a text box, and the map auto-refreshes to show the exact location with a marker. Simple, lightweight, and ideal for map-based interactions.

Dependencies: Studio Pro Version: 10.12.10

Configurations:

  1. Import the module Geocoding API from the marketplace.
  2. Add NOMINATIM_BASE_URL as https://nominatim.openstreetmap.org and USER_AGENT as YourAppName/1.0.

Documentation

Objective:

Easily add geolocation search to your Mendix app using OpenStreetMap. Users can enter an address or place in a text box, and the map auto-refreshes to show the exact location with a marker. Simple, lightweight, and ideal for map-based interactions.

Dependencies:

Studio Pro Version: 10.12.10

Configurations:

  1. Import the module Geocoding API from the marketplace.
  2. Add NOMINATIM_BASE_URL as https://nominatim.openstreetmap.org and USER_AGENT as YourAppName/1.0.

Screenshots:

image

Releases

Version: 1.0.0
Framework Version: 10.12.10
Release Notes: **Objective:** Easily add geolocation search to your Mendix app using OpenStreetMap. Users can enter an address or place in a text box, and the map auto-refreshes to show the exact location with a marker. Simple, lightweight, and ideal for map-based interactions. **Dependencies:** Studio Pro Version: 10.12.10 **Configurations:** 1. Import the module Geocoding API from the marketplace. 2. Add NOMINATIM_BASE_URL as https://nominatim.openstreetmap.org and USER_AGENT as YourAppName/1.0. **Screenshots:**