UNPKG

unimap

Version:

Unified mapping library for multiple map service providers - Google Maps, Mapbox, Bing Maps, OpenStreetMap, and more

18 lines (16 loc) 270 B
export const SUPPORTED_PROVIDERS = [ 'google', 'mapbox', 'osm', 'here', 'tomtom', 'bing', 'yandex', 'carto', 'azure', 'mapmyindia' ]; export const DEFAULT_MAP_OPTIONS = { zoom: 10, center: { lat: 0, lng: 0 } };