Place 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
| Place() |
Initializes a new instance of Place. |
| Place(Object, Object, Object, String, String) |
Initializes a new instance of Place. |
Place()
Initializes a new instance of Place.
public Place();
Public Sub New ()
Applies to
Place(Object, Object, Object, String, String)
Initializes a new instance of Place.
public Place(object address = default, object geo = default, object hasMap = default, string type = "Place", string name = default);
new Microsoft.Agents.Core.Models.Place : obj * obj * obj * string * string -> Microsoft.Agents.Core.Models.Place
Public Sub New (Optional address As Object = Nothing, Optional geo As Object = Nothing, Optional hasMap As Object = Nothing, Optional type As String = "Place", Optional name As String = Nothing)
Parameters
- address
- Object
Address of the place (may be string or complex object of type PostalAddress).
- geo
- Object
Geo coordinates of the place (may be complex object of type GeoCoordinates or GeoShape).
- hasMap
- Object
Map to the place (may be string (URL) or complex object of type Map).
- type
- String
Type of this entity (RFC 3987 IRI).
- name
- String
The name of the thing.