\r\n

51Degrees Geo-Location .NET  4.4

Geo-location services for 51Degrees Pipeline

FiftyOne.GeoLocation.Core.Data.IGeoData Interface Reference

Detailed Description

Represents an object that contains postal address information

Inheritance diagram for FiftyOne.GeoLocation.Core.Data.IGeoData:

[legend]

Collaboration diagram for FiftyOne.GeoLocation.Core.Data.IGeoData:

[legend]

Properties

AspectPropertyValue< JavaScript >  JavaScript [get, set]
A JavaScript snippet that, when run on the client, will retrieve latitude and longitude data to be used by a reverse geocoding engine in order to determine postal address information. More...
AspectPropertyValue< string >  Building [get, set]
The name of the building that is closest to this location. More...
AspectPropertyValue< string >  StreetNumber [get, set]
The number of the building that is closest to this location. More...
AspectPropertyValue< string >  Road [get, set]
The name of the road that this location is on. More...
AspectPropertyValue< string >  Town [get, set]
The name of the town that this location is in. More...
AspectPropertyValue< string >  Suburb [get, set]
The name of the suburb that this location is in. More...
AspectPropertyValue< string >  County [get, set]
The name of the county that this location is in. More...
AspectPropertyValue< string >  Region [get, set]
The name of the region that this location is in. More...
AspectPropertyValue< string >  State [get, set]
The name of the state that this location is in. More...
AspectPropertyValue< string >  ZipCode [get, set]
The zip code closest to this location. More...
AspectPropertyValue< string >  Country [get, set]
The name of the country that this location is in. More...
AspectPropertyValue< string >  CountryCode [get, set]
The country code for the country that this location is in. More...
AspectPropertyValue< string >  Address [get, set]
The complete address for this location. More...

Property Documentation

◆ Address

AspectPropertyValue<string> FiftyOne.GeoLocation.Core.Data.IGeoData.Address
get set

The complete address for this location.

◆ CountryCode

AspectPropertyValue<string> FiftyOne.GeoLocation.Core.Data.IGeoData.CountryCode
get set

The country code for the country that this location is in.

Different location providers may provide differently formatted country codes.

◆ JavaScript

AspectPropertyValue<JavaScript> FiftyOne.GeoLocation.Core.Data.IGeoData.JavaScript
get set

A JavaScript snippet that, when run on the client, will retrieve latitude and longitude data to be used by a reverse geocoding engine in order to determine postal address information.