Location Class

Location Class

Contains the representation of a location.


Public Class Location Inherits System.Object


[C#]

public class Location : System.Object

Public Properties

Name Description
public propertyAddress

The address (Address object) for the location, if available.

public propertyBestMapView

Represents a collection of the best map views (a MapViewRepresentations object) for the location.

public propertyDataSourceName

A string representing the name of the data source (DataSource.Name property) in which the specified Entity exists.

public propertyEntity

The geographic entity (Entity object) for the location.

public propertyLatLong

The latitude and longitude coordinates (LatLong object) for a location or for the center point of the location if the location represents an area.

Remarks

See Also

  Address Class   |   MapViewRepresentations Class   |   Entity Class   |   LatLong Class