This operation is almost exactly like GetGeoLocation except that it provides latitude/longitude coordinates based on provided municipality and province.

URL Endpoints

GetGeoLocationByMunicipalityProvince Inputs

NameTypeDescription
MunicipalityStringThe municipality to geocode.
ProvinceStringThe province to geocode.
License KeyStringYour license key to use the service. Sign up for a free trial key at
https://www.serviceobjects.com/address-geocode/

GetGeoLocationByMunicipalityProvince Outputs

NameTypeValuesDescription
LatitudeStringNumberThe latitude of the given municipality and province.
LongitudeStringNumberThe longitude of the given municipality and province.
Postal CodeStringStringThe postal code of the given municipality and province
ErrorErrorVariesError object indicating why the service could not return a result.

References