On this page
Properties

Type Alias MapProjectionEvent

The map projection event

type MapProjectionEvent = {
    newProjection: ProjectionSpecification["type"];
    type: "projectiontransition";
}
Index

Properties

Properties

Specifies the name of the new projection. For example:

  • globe to describe globe that has internally switched to mercator
  • vertical-perspective to describe a globe that doesn't change to mercator
  • mercator to describe mercator projection
type: "projectiontransition"
Was this helpful?
SDK JS
Reference
MapProjectionEvent