Skip to main content
All docs
V25.1
  • TdxAzureMapReverseGeocodeResultType Enum

    Declaration

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

    Members

    Name
    Address
    Neighborhood
    PopulatedPlace
    Postcode1
    AdminDivision1
    AdminDivision2
    CountryRegion
    See Also