GeographicLocation Class

Definition

A location given as a combination of city, state and country/region. It could specify a city, a state or a country/region. In case a city is specified, either state +country/region or country/region (for countries/regions where there are no states) should be added. In case a state is specified (without a city), country/region should be added.

public class GeographicLocation
type GeographicLocation = class
Public Class GeographicLocation
Inheritance
GeographicLocation

Constructors

GeographicLocation(String)

Initializes a new instance of GeographicLocation.

Properties

City

City name.

CountryOrRegion

Country/region name.

State

State name.

Applies to