Click or drag to resize

VenezuelaAddress Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents a street address in Venezuela.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class VenezuelaAddress : Address

The VenezuelaAddress type exposes the following members.

Constructors
  NameDescription
Public methodVenezuelaAddress
Default Constructor, creates an empty Venezuela Address
Top
Properties
  NameDescription
Public propertyCode exampleCity
The name of the city. This value may be null if relevant city data is unavailable.
(Inherited from Address.)
Public propertyCode exampleCountry
The Country in which this Address is located.
(Inherited from Address.)
Public propertyCode exampleCounty
The name of the county. This value may be null if relevant county data is unavailable or not applicable at this location.
(Inherited from Address.)
Public propertyCode exampleExtendedNameInfo
Array of street name information for the street (some streets may have more than one name).
(Inherited from Address.)
Public propertyFormattedAddress
Returns a long line formatted string representing a structured address returned from a geocoding operation.
(Inherited from Address.)
Public propertyCode exampleLine1 Obsolete.
Returns a formatted string representing the first line of a street address.
(Inherited from Address.)
Public propertyCode exampleNames
Array of street names for the street (some streets may have more than one name).
(Inherited from Address.)
Public propertyCode exampleNumber
Number on street, -1 if no number.
(Inherited from Address.)
Public propertyCode examplePostalCode
The postal (ZIP) code associated with this address.
(Inherited from Address.)
Public propertyCode examplePrimaryName
The primary name for the street.
(Inherited from Address.)
Public propertyCode exampleRegion
Name of the largest administrative region (for example: State name in the USA, Bundesländer name in Germany, or the Province name in Britain). Region may be null if no data is available.
(Inherited from Address.)
Public propertyCode exampleRegions
Contains the list of regions for this address, with the most specific region (eg suburb or city) first.
(Inherited from Address.)
Public propertyCode exampleStreetNumberFull
The street number of the address e.g. 20, 5b or 10-12.
(Inherited from Address.)
Public propertyCode exampleSubRegions
Suburb and regions where this address is located that subdivide the city.
(Inherited from Address.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleToGeocodeResult
Returns the raw address used for a geocoding operation as a GeocodeResult.
(Inherited from Address.)
Public methodToString
Returns a formatted string containing address information, such as may be printed on an envelope.
(Inherited from Address.)
Top
Fields
  NameDescription
Public fieldBuilding
The name of the nearest landmark to the reverse geocode location.
Top
Remarks
The Venezuelan address system makes heavy use of landmarks to identify locations. This address object supports the additional Building field. This will store the name of the nearest landmark to the reverse geocode location.
See Also