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