Class: GeometryEntity

cercalia.service.GeometryEntity

new cercalia.service.GeometryEntity()

GeometryEntity service constructor

Extends

  • cercalia.service.Service

Methods

getMunicipalityGeometry(municipalityId, callbackFn)

Name Type Description
municipalityId string

Municipality.

callbackFn function

Callback function to parse data server response.

getPostalCodeGeometry(countryId, postalCode, callbackFn)

Gets the address from a coordinate cercalia.LonLat

Name Type Description
countryId string

Country Id.

postalCode string

Postal code.

callbackFn function

Callback Function to parse data server response.