> Here is my domain name:http://www.fuelplanner.co.uk
Do a 'view source' in your browser.
For the first attempt to load the maps API,
<script src="http://maps.google.com/maps?file=api....
search this forum for "true_or_false" and correct.
http://code.google.com/apis/maps/documentation/#SpecifyingSensor
For the attempt to use the AJAX loader
<script type="text/javascript" src="http://www.google.com/
jsapi"></script>
supply a key
http://code.google.com/apis/ajax/documentation/
The attempt to AJAX load the API is fine
google.load("maps", "2",{"other_params":"sensor=false"});
BUT
(a) won't work because the AJAX loader is lacking a key
(b) make your mind up if you are going to load the maps API in
conventional <script> tag or via the loader - one or the other, not
both.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.