View
Center the view to specific latitude and longitude
Discrete from marker and zoom, it is possible to adjust the center of the view on specific latitude and longitude coordinates.
<SEEMAP_FILE_URL>?view=<lat>,<lng>
<lat>
- mandatory - Latitude, for ex. -71.5249090<lng>
- mandatory - Longitude, for ex. 290.99487
<iframe src="../../seemap.html?view=-71.5249090,290.99487"></iframe>
<!-- DEMO ONLY -->
<style>
iframe {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>