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() | |
GeoCoordinates(Nullable<Double>, Nullable<Double>, Nullable<Double>, String, String) |
GeoCoordinates()
public GeoCoordinates ();
Public Sub New ()
Applies to
GeoCoordinates(Nullable<Double>, Nullable<Double>, Nullable<Double>, String, String)
public GeoCoordinates (double? elevation = default, double? latitude = default, double? longitude = default, string type = default, string name = default);
new Microsoft.Bot.Connector.GeoCoordinates : Nullable<double> * Nullable<double> * Nullable<double> * string * string -> Microsoft.Bot.Connector.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
- name
- String