So I had installed the map API about a month ago didn't know about
this "sensor" parameter which is causing for an annoying problem.


I resigned up for a key got my new code

<script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;sensor=true_or_false&amp;key=ABQIAAAAMPrqJ1SjuSBGII26hMkj2xSvPFZj5S2oxtP7CDNNV64MvpOylRRJinIb2HeuyOUscJOJIn4HfQKWYg"
type="text/javascript"></script>

so great put that in there and now it says the sensor parameter needs
to be true or false.  I pull addresses from my MySQL database so false
is the right answer so I used this


<script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAMPrqJ1SjuSBGII26hMkj2xSvPFZj5S2oxtP7CDNNV64MvpOylRRJinIb2HeuyOUscJOJIn4HfQKWYg"
type="text/javascript"></script>

and then I get an error of needing a new API key.  Well I just got
one.  It does this over and over again really annoying.

any help would be great.

--

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.


Reply via email to