Class FloorPlanCreationRequest
CreateNetworkFloorPlan
[DataContract]
public class FloorPlanCreationRequest
- Inheritance
-
FloorPlanCreationRequest
- Inherited Members
Properties
BottomLeftCorner
Gets or Sets BottomLeftCorner
[DataMember(Name = "bottomLeftCorner")]
public GeoLocation? BottomLeftCorner { get; set; }
Property Value
BottomRightCorner
Gets or Sets BottomRightCorner
[DataMember(Name = "bottomRightCorner")]
public GeoLocation? BottomRightCorner { get; set; }
Property Value
Center
Gets or Sets Center
[DataMember(Name = "center")]
public GeoLocation? Center { get; set; }
Property Value
ImageContents
The file contents (a base 64 encoded string) of your image. Supported formats are PNG, GIF, and JPG. Note that all images are saved as PNG files, regardless of the format they are uploaded in.
[DataMember(Name = "imageContents")]
public string ImageContents { get; set; }
Property Value
- string
The file contents (a base 64 encoded string) of your image. Supported formats are PNG, GIF, and JPG. Note that all images are saved as PNG files, regardless of the format they are uploaded in.
Name
The name of your floor plan.
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
- string
The name of your floor plan.
TopLeftCorner
Gets or Sets TopLeftCorner
[DataMember(Name = "topLeftCorner")]
public GeoLocation? TopLeftCorner { get; set; }
Property Value
TopRightCorner
Gets or Sets TopRightCorner
[DataMember(Name = "topRightCorner")]
public GeoLocation? TopRightCorner { get; set; }