sectech
sectech

Reputation: 43

Google maps ip address list

I have looked but cannot find a way or answer to load a list of ip addresses into google maps. So say you have 20 ip addresses and want to load those onto google maps via api call when the webpage loads...is that possible? I can supply the text list of ip addresses for the api to grab upon load. does this make sense?

Upvotes: 0

Views: 4919

Answers (1)

Juhani
Juhani

Reputation: 83

Old thread, but I was researching the same question, so here goes...

For a simple (but manual) tool, you can use BatchGeo to load a list of IP addresses, and have the system geolocate them. The results show up on an embeddable Google Map. As far as I know, they have no API support.

A possible automated way would be to use an external api for the Geolocation (FreeGeoIP comes to mind), and pass the latitude/longtitude list to Google via the Google API.

Upvotes: 2

Related Questions