Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #17105 > unrolled thread

google map api key how?

Started byalbert <alstopspam@stopaspam.com>
First post2016-09-26 12:34 +0200
Last post2016-09-26 08:15 -0400
Articles 3 — 3 participants

Back to article view | Back to comp.lang.php


Contents

  google map api key how? albert <alstopspam@stopaspam.com> - 2016-09-26 12:34 +0200
    Re: google map api key how? "R.Wieser" <address@not.available> - 2016-09-26 13:57 +0200
    Re: google map api key how? Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-26 08:15 -0400

#17105 — google map api key how?

Fromalbert <alstopspam@stopaspam.com>
Date2016-09-26 12:34 +0200
Subjectgoogle map api key how?
Message-ID<nsatjm$2us$1@gioia.aioe.org>
this code not work anymore
<img 
src="http://maps.google.com/maps/api/staticmap?center=+&zoom=14&size=200x160&markers=label:A|+&sensor=false" 
/>


is need to use api key
how can to change the above code?

[toc] | [next] | [standalone]


#17106

From"R.Wieser" <address@not.available>
Date2016-09-26 13:57 +0200
Message-ID<57e90d33$0$860$e4fe514c@news.xs4all.nl>
In reply to#17105
Albert,

> is need to use api key
> how can to change the above code?

I plugged "g.co/staticmaperror" (displayed at the top of that image) into
google, and got this:

https://developers.google.com/maps/documentation/static-maps/error-messages

It might show you what to do ...

Regards,
Rudy Wieser


-- Origional message:
albert <alstopspam@stopaspam.com> schreef in berichtnieuws
nsatjm$2us$1@gioia.aioe.org...
> this code not work anymore
> <img
>
src="http://maps.google.com/maps/api/staticmap?center=+&zoom=14&size=200x160
&markers=label:A|+&sensor=false"
> />
>
>
> is need to use api key
> how can to change the above code?
>

[toc] | [prev] | [next] | [standalone]


#17107

FromJerry Stuckle <jstucklex@attglobal.net>
Date2016-09-26 08:15 -0400
Message-ID<nsb3hm$6bp$1@jstuckle.eternal-september.org>
In reply to#17105
On 9/26/2016 6:34 AM, albert wrote:
> this code not work anymore
> <img
> src="http://maps.google.com/maps/api/staticmap?center=+&zoom=14&size=200x160&markers=label:A|+&sensor=false"
> />
> 
> 
> is need to use api key
> how can to change the above code?
> 

Did you ask Google?  It's their API, and they know more about it than
anyone else.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.php


csiph-web