Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapViewConstraints

Hierarchy

  • Object
    • MapViewConstraints

Index

Properties

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Optional effectiveLODs

effectiveLODs: LOD[]

A read-only property that specifies the levels of detail (LODs) read from the Map.

Read more...

Optional effectiveMaxScale

effectiveMaxScale: number

A read-only property that specifies the maximum scale the user is allowed to zoom to within the view.

Read more...

Optional effectiveMaxZoom

effectiveMaxZoom: number

A read-only property that specifies the maximum zoom level the user is allowed to zoom to within the view.

Read more...

Optional effectiveMinScale

effectiveMinScale: number

A read-only property that specifies the minimum scale the user is allowed to zoom to within the view.

Read more...

Optional effectiveMinZoom

effectiveMinZoom: number

A read-only property that specifies the minimum zoom level the user is allowed to zoom to within the view.

Read more...

Optional geometry

geometry: Geometry

The area in which the user is allowed to navigate laterally.

Read more...

Optional lods

lods: LOD[]

An array of LODs.

Read more...

Optional maxScale

maxScale: number

The maximum scale the user is allowed to zoom to within the view.

Read more...

Optional maxZoom

maxZoom: number

The maximum zoom level the user is allowed to zoom to within the view.

Read more...

Optional minScale

minScale: number

The minimum scale the user is allowed to zoom to within the view.

Read more...

Optional minZoom

minZoom: number

The minimum zoom level the user is allowed to zoom to within the view.

Read more...

Optional rotationEnabled

rotationEnabled: boolean

Indicates whether the user can rotate the map.

Read more...

Optional snapToZoom

snapToZoom: boolean

When true, the view snaps to the next LOD when zooming in or out.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc