Entity Address

Content Type: Module
Categories: Data

Overview

This module is a data-abstraction layer for the entity Address. Next to entity Address it contains Country and Continent.

Includes location on map by latitude and longitude of the address.

 

Functions available, via SmcLocationService:

  • given a postalcode and housenumber: retrieve streetname, city, country and geolocation
  • an up-to-date countrylist, using ISO3166, with some extra attributes, like postalcode-format

Documentation

Demo urlhttps://baseapplication-sandbox.mxapps.io/p/address

Typical usage scenario

Every application having Address-information. This module is a good base for a data-abstraction layer for Address, Country and Continent.

Features and limitations

Functions available:

  • an up-to-date countrylist, using ISO3166, with some extra attributes, like a flag-icon and a postalcode-format.

Dependencies

  • CommunityCommons, see https://marketplace.mendix.com/link/component/170/Mendix/Community-Commons

Installation

Download from the Marketplace

Configuration

None

Usage

For any entity in your app in need of an addess: Create a many-to-one association from any entity to entity EntAddress.Address

Releases

Version: 1.4.1
Framework Version: 10.12.6
Release Notes: Resolved the warnings. Now 0 warnings.
Version: 1.4.0
Framework Version: 10.12.2
Release Notes: - Rearranged Country and Continent and added filters - Improved address-enrichment when using SmcLocationService
Version: 1.3.0
Framework Version: 10.12.2
Release Notes: - Upgraded to 10.12.2 - Made it React-client-ready
Version: 1.2.0
Framework Version: 9.24.16
Release Notes: Version 1.2.0 Mx 9.24.16 - Independent of SmcLocationService.
Version: 1.0.1
Framework Version: 9.24.16
Release Notes: Fixed several external dependencies, still a few to go before EntAddress is independent of SmcLocationService
Version: 1.0.0
Framework Version: 9.24.16
Release Notes: First release