Vue Common - Utils - viz - map

An object that serves as a namespace for the VectorMap UI component.

projection

A namespace with methods that manipulate map projections.

import { DxProjectionTypes } from "devextreme-vue/projection"

projection(data)

Creates a new projection.

import { DxProjectionTypes } from "devextreme-vue/projection"
Parameters:

An object specifying the conversion functions.

Return Value:

Object

The projection.