GeoCoordinates Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GeoCoordinates (entity type: "https://schema.org/GeoCoordinates").
public class GeoCoordinates : Microsoft.Bot.Schema.Entity
type GeoCoordinates = class
inherit Entity
Public Class GeoCoordinates
Inherits Entity
- Inheritance
Constructors
GeoCoordinates() |
Initializes a new instance of the GeoCoordinates class. |
GeoCoordinates(Nullable<Double>, Nullable<Double>, Nullable<Double>, String, String) |
Initializes a new instance of the GeoCoordinates class. |
Properties
Elevation |
Gets or sets elevation of the location WGS 84. |
Latitude |
Gets or sets latitude of the location WGS 84. |
Longitude |
Gets or sets longitude of the location WGS 84. |
Name |
Gets or sets the name of the thing. |
Properties |
Gets or sets properties that are not otherwise defined by the Entity type but that might appear in the REST JSON object. (Inherited from Entity) |
Type |
Gets or sets type of this entity (RFC 3987 IRI). (Inherited from Entity) |
Methods
Equals(Entity) |
Indicates whether the current object is equal to another object of the same type. (Inherited from Entity) |
Equals(Object) |
Determines whether the specifid object is equal to the current object. (Inherited from Entity) |
GetAs<T>() |
Retrieve internal payload. (Inherited from Entity) |
GetHashCode() |
Hash function that generates a hash code for the current object. (Inherited from Entity) |
SetAs<T>(T) |
Set internal payload. (Inherited from Entity) |