# Map pixel location conversions

Map will show up here under JavaScript/Typescript mode

Printout window

010,000,000

### JavaScript

```javascript
var map = new Microsoft.Maps.Map(
```

### TypeScript

```typescript
var map = new Microsoft.Maps.Map(
```

### Additional details
This example shows how to convert a point to a location relative to the map control and vice versa.
