CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Member Functions | Public Attributes | List of all members
CartoType::Address Class Reference

A structured address. Any field may be empty or null, but at least one field should be non-empty for address searching to return any results. More...

#include <CartoTypeWrapper.h>

Public Member Functions

String ^ ToString (bool aFull)
 Gets the address as a string. If aFull is true, supplies the main administrative division (state, province, etc.) and country.
 

Public Attributes

String ^ m_building
 The name or number of the building.
 
String ^ m_feature
 The name of a feature or place of interest.
 
String ^ m_street
 The street, road or other highway.
 
String ^ m_sub_locality
 The suburb, neighborhood, quarter or other subdivision of the locality.
 
String ^ m_locality
 The village, town or city.
 
String ^ m_island
 The island.
 
String ^ m_sub_admin_area
 The subsidiary administrative area: district, parish, etc.
 
String ^ m_admin_area
 The administrative area: state, province, etc.
 
String ^ m_country
 The country.
 
String ^ m_postcode
 The postal code.
 

Detailed Description

A structured address. Any field may be empty or null, but at least one field should be non-empty for address searching to return any results.


The documentation for this class was generated from the following file: