# Digime Map API

API for interact with Digime map.

Version: 1.0.0
License: MIT

## Servers

Map server
```
https://dplace-api.themap.world
```

## Security

### ApiKeyQueryAuth

Type: apiKey
In: query
Name: apikey

## Download OpenAPI description

[Digime Map API](https://api-docs.digime.asia/_bundle/apis/index.yaml)

## Navigation

### Compute a route

 - [GET /navigation/route/v1/{profile}/{coordinates}](https://api-docs.digime.asia/apis/navigation/paths/~1navigation~1route~1v1~1%7Bprofile%7D~1%7Bcoordinates%7D/get.md)

## Map

### Retrieve raster tiles

 - [GET /basemap/raster-tiles/{map_type}/{zoom}/{x}/{y}.png](https://api-docs.digime.asia/apis/map/paths/~1basemap~1raster-tiles~1%7Bmap_type%7D~1%7Bzoom%7D~1%7Bx%7D~1%7By%7D.png/get.md)

### Retrieve vector tiles

 - [GET /basemap/vector-tiles/{zoom}/{x}/{y}.pbf](https://api-docs.digime.asia/apis/map/paths/~1basemap~1vector-tiles~1%7Bzoom%7D~1%7Bx%7D~1%7By%7D.pbf/get.md)

## Search

### Get place suggestions

 - [GET /geocoding/api/v2/autocomplete](https://api-docs.digime.asia/apis/search/paths/~1geocoding~1api~1v2~1autocomplete/get.md): Get place suggestions as the user types.

### Search places nearby

 - [GET /geocoding/api/v2/nearby](https://api-docs.digime.asia/apis/search/paths/~1geocoding~1api~1v2~1nearby/get.md): Find places near a given coordinate, optionally filtered by keyword or type.

### Reverse geocode a coordinate

 - [GET /geocoding/api/v2/reverse](https://api-docs.digime.asia/apis/search/paths/~1geocoding~1api~1v2~1reverse/get.md): Get the address or place at a given coordinate.

### Get place details

 - [GET /geocoding/api/v2/details](https://api-docs.digime.asia/apis/search/paths/~1geocoding~1api~1v2~1details/get.md): Get detailed information for one or more places by ID.

## Street Attributes

### Get street attributes

 - [GET /street-attributes/v1/ways/next-ways/](https://api-docs.digime.asia/apis/street-attributes/getstreetfeatures.md): Find the nearest road segment to a GPS coordinate, retrieve its traffic-sign attributes, and identify the road segments connected to it.

