Street Map

Street Map

Street Map is a web application that allows users to create maps with multi pin location capabilities from various regions or countries.

How To Use

// Single Pin
<iframe 
    src="https://streetmap.i-as.dev/api/regions/{lat},{long},{title}"
    width="100%"
    height="600px"
    frameborder="0"
    allowfullscreen>
</iframe>
// Multi Pin
<iframe 
src="https://streetmap.i-as.dev/api/regions/{lat},{long},{title}&{lat},{long},{title}"
width="100%"
height="600px"
frameborder="0"
allowfullscreen>
</iframe>
{lat} {long} {title}
-6.423005854459693 107.29375863186985 Karawang

Powered by I-As.Dev