Table of Contents

Class FloorPlanCreationRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

GeoLocation

BottomRightCorner

Gets or Sets BottomRightCorner

[DataMember(Name = "bottomRightCorner")]
public GeoLocation? BottomRightCorner { get; set; }

Property Value

GeoLocation

Center

Gets or Sets Center

[DataMember(Name = "center")]
public GeoLocation? Center { get; set; }

Property Value

GeoLocation

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

GeoLocation

TopRightCorner

Gets or Sets TopRightCorner

[DataMember(Name = "topRightCorner")]
public GeoLocation? TopRightCorner { get; set; }

Property Value

GeoLocation