Static
The NDAView.vn - Static API provides the ability to get detailed images street-level of a location based on the location's id of Vietnam.
Description
NDAView.vn Static API allows to get a static image street-level of a specific location on Vietnam by providing the id of the location. Users can customize the rotation angle (yaw) and tilt angle (pitch) to display images as desired.
Base URL
https://api-view.ndamaps.vn/v1
Endpoint
/items/static/thumbnail.jpeg
Example
GET items/static/thumbnail.jpeg?place_position=105.788024983%2C21.032796623&yaw=276&pitch=20
![]()
API references
| Parameter | Type | Required | Default | Example |
|---|---|---|---|---|
id | string | no | none | e213daed-3ae2-4259-940b-444a4056c101 |
place_position | string | no | none | 105.788024983,21.032796623 |
yaw | number | no | 0 | 276 |
pitch | number | no | 0 | 20 |
API Playground
Loading...