MapViewport Class
Declaration
export class MapViewport extends SerializableModel
constructor
Initializes a new instance of the MapViewport
class.
Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
Name |
Type |
Description |
modelJson |
any |
A JSON object used for dashboard deserialization. Do not pass this parameter directly.
|
serializer |
ModelSerializer |
An object used for dashboard deserialization. Do not pass this parameter directly.
|
Properties
bottomLatitude Property
Declaration
bottomLatitude: ko.Observable<number>
Property Value
centerPointLatitude Property
Declaration
centerPointLatitude: ko.Observable<number>
Property Value
centerPointLongitude Property
Declaration
centerPointLongitude: ko.Observable<number>
Property Value
createViewerPaddings Property
Declaration
createViewerPaddings: ko.Observable<boolean>
Property Value
leftLongitude Property
Declaration
leftLongitude: ko.Observable<number>
Property Value
rightLongitude Property
Declaration
rightLongitude: ko.Observable<number>
Property Value
topLatitude Property
Declaration
topLatitude: ko.Observable<number>
Property Value
Methods
getInfo Method
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns