GeoCoordinates Constructors
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.
Overloads
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. |
GeoCoordinates()
Initializes a new instance of the GeoCoordinates class.
public GeoCoordinates ();
Public Sub New ()
Applies to
GeoCoordinates(Nullable<Double>, Nullable<Double>, Nullable<Double>, String, String)
Initializes a new instance of the GeoCoordinates class.
public GeoCoordinates (double? elevation = default, double? latitude = default, double? longitude = default, string type = default, string name = default);
new Microsoft.Bot.Schema.GeoCoordinates : Nullable<double> * Nullable<double> * Nullable<double> * string * string -> Microsoft.Bot.Schema.GeoCoordinates
Public Sub New (Optional elevation As Nullable(Of Double) = Nothing, Optional latitude As Nullable(Of Double) = Nothing, Optional longitude As Nullable(Of Double) = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)
Parameters
- type
- String
The type of the thing.
- name
- String
The name of the thing.