map

Type module

Sources

Items from map can be imported/included and used via following ways.

/**
 * --------------------------------------------------------
 * Import via: map.ts
 * Access items like: $map.myVariable
 *                    $map.myFunction()
 * --------------------------------------------------------
 */
import * as $map from "@amcharts/amcharts5/map";

Variables

geoOrthographic
#

Type () => GeoProjection

Default registerProjection("geoOrthographic",
d3_geoOrthographic)

geoNaturalEarth1
#

Type () => GeoProjection

Default registerProjection("geoNaturalEarth1",
d3_geoNaturalEarth1)

geoMercator
#

Type () => GeoProjection

Default registerProjection("geoMercator",
d3_geoMercator)

geoEquirectangular
#

Type () => GeoProjection

Default registerProjection("geoEquirectangular",
d3_geoEquirectangular)

geoEqualEarth
#

Type () => GeoProjection

Default registerProjection("geoEqualEarth",
d3_geoEqualEarth)

geoAlbersUsa
#

Type () => GeoProjection

Default registerProjection("geoAlbersUsa",
d3_geoAlbersUsa)

Functions

map does not have any functions.

Posted in UncategorizedTagged