Hi everyone,
I have the following kml file that I am loading in Google map, it's locating the pointer correctly however the it's always zoomed at the maximum level.
Using the google map APIs I can set my own zoom level but I am trying to do this using an embedded map in an iFrame (provided by google).
Are there anyways to set the zoom level in the kml itself? I had a look at LookAt and the Camera attribute but the doc say they aren't supported in Google Map.
Thanks!
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Placemark>
<Point>
<coordinates>144.897426,-37.8045</coordinates>
</Point>
</Placemark>
</kml>