Representation of the location of a Veriplace user.

Namespace:  Veriplace.Client
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public class Location : Position
Visual Basic (Declaration)
Public Class Location _
	Inherits Position
Visual C++
public ref class Location : public Position

Remarks

This class inherits all of the properties of Position, which always include longitude latitude coordinates in degrees and an uncertainty radius in meters. Geographic address information such as street address and city are also included whenever possible.

Properties not inherited from Position are:

  • A unique identifier (Id) which can be used to requery the same data later.
  • A creation timestamp indicating the date and time that the location was generated.
  • An expiration date after which the location must be discarded, as per the Veriplace Developer Terms of Service.
  • An optional reference to a nearby PointOfInterest (if you requested this information).
  • An optional reference to a nearby StreetIntersection (if you requested this information).

Inheritance Hierarchy

System..::.Object
  Veriplace.Client..::.Position
    Veriplace.Client..::.Location

See Also