Click or drag to resize

Telogis.GeoBase.MapLayers.TileZoom

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

MapLayers.TileZoom inherits from MapLayers.AbstractLayer.

Creates a layer that displays a scaled transition in place of some existing MapLayers.TileLayer when it is zoomed.

Constructor
NameDescription
MapLayers.TileZoom(config)

Arguments

  • config (Object) - Configuration options for the MapLayers.TileZoom.

    Properties
    NameTypeDescription
    durationNumber

    The target amount of time, in milliseconds, that all the steps of the zoom animation should be displayed in.

    Defaults to 0.
    stepCountNumber

    The number of steps to animate each transition in. If this is too large, or MapLayers.TileZoom.config.duration is too short, fewer steps may be displayed.

    Defaults to 1.
    tileLayerMapLayers.TileLayer

    The MapLayers.TileLayer to provide a zoom animation for. This argument is not optional.

Functions
NameDescription
destroy ()

Disposes of any resources used by the map layer. Call this once the layer is no longer needed if you need to reclaim resources immediately.

Properties
NameTypeDescription
DoneEventHandler

An event triggered when the MapLayers.TileZoom animation has finished.