Class FloorPlanUpdateRequest
UpdateNetworkFloorPlan
[DataContract]
public class FloorPlanUpdateRequest
- Inheritance
-
FloorPlanUpdateRequest
- 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 new 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. If you upload a new image, and you do NOT specify any new geolocation fields ('center, 'topLeftCorner', etc), the floor plan will be recentered with no rotation in order to maintain the aspect ratio of your new image.
[DataMember(Name = "imageContents")]
public string? ImageContents { get; set; }
Property Value
Name
The name of your floor plan.
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
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; }