jQuery 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 { projection } from "devextreme/viz/vector_map/projection"

projection(data)

Creates a new projection.

import { projection } from "devextreme/viz/vector_map/projection"
Parameters:

An object specifying the conversion functions.

Return Value:

Object

The projection.