Skip to main content
All docs
V24.2

TdxAzureMapReverseGeocodeResultType Enum

Declaration

TdxAzureMapReverseGeocodeResultType = (
    Address,
    Neighborhood,
    PopulatedPlace,
    Postcode1,
    AdminDivision1,
    AdminDivision2,
    CountryRegion
);

Members

Name
Address
Neighborhood
PopulatedPlace
Postcode1
AdminDivision1
AdminDivision2
CountryRegion
See Also