---
title: "Maps - Overview"
enterprise: true
framework: angular
version: "14.1.0"
---

# Maps - Overview

The Map Series types enable visualising geographic data in different ways.

## Geographic Areas

#### World Map with Colour Scale

```ts
// Angular entry point file
import '@angular/compiler';
import { bootstrapApplication } from '@angular/platform-browser';

import { AppComponent } from './app.component';

bootstrapApplication(AppComponent);
```

[Live example: World Map with Colour Scale](https://www.ag-grid.com/charts/angular/maps/examples/world-colour-map)

See [Geographic Areas Documentation](https://www.ag-grid.com/charts/angular/map-shapes/) for more details.

## Routes and Connections

#### Lines, Markers, Background

```ts
// Angular entry point file
import '@angular/compiler';
import { bootstrapApplication } from '@angular/platform-browser';

import { AppComponent } from './app.component';

bootstrapApplication(AppComponent);
```

[Live example: Lines, Markers, Background](https://www.ag-grid.com/charts/angular/maps/examples/lines)

See [Routes and Connections Documentation](https://www.ag-grid.com/charts/angular/map-lines/) for more details.

## Markers and Points of Interest

#### Proportional Sized Markers

```ts
// Angular entry point file
import '@angular/compiler';
import { bootstrapApplication } from '@angular/platform-browser';

import { AppComponent } from './app.component';

bootstrapApplication(AppComponent);
```

[Live example: Proportional Sized Markers](https://www.ag-grid.com/charts/angular/maps/examples/bubble-map)

See [Markers and Points of Interest](https://www.ag-grid.com/charts/angular/map-markers/) for more details.

> **Warning**
>
> AG Charts does not provide [maps or topology files](https://www.ag-grid.com/charts/angular/map-topology/). Users must source and license these at their own risk. Any maps shown in our materials are illustrative only and do not imply endorsement, affiliation or recognition of political boundaries, territorial claims, legal status or sovereignty.
