Acces to user-created map with Google map API - google-maps

Is it possible?
With the Google Data api, we could use:
http://maps.google.com/maps/feeds/maps/default/owned
but now that it is deprecated, I have no idea how to do this.
Thanks for your help.

Currently there is no programatic access to user created data in Google My Maps.

Related

Get restaurant match percentage from Google Maps API

When using Google maps personally I see that it gives me a "match" percentage when I search nearby restaurants. Is there a way to access this information through the API after a user authorizes with their Google account OAuth sign-in?
I have dug around in the [https://developers.google.com/places/web-service/intro](Google Places API docs) but unable to find anything on restaurant match suggestions. Has anyone had experience using or seeing this in a response?
Thank you for any help in advance, I'm new to using Google APIs.
It is not possible to get this information through the Maps APIs at this time.
However, you can file a Feature Request for this in Google's Public Issue Tracker: https://issuetracker.google.com
The Places API component can be found here
Hope this helps!

How to get the json file from an existing google map

I need to create a custom google map search tool. So i use google map API.
I'd like to know if it's possible to get the JSON from an other map build from the native google map managment system such as this one :
https://www.google.com/maps/d/viewer?mid=z7YNZSDcNAU0.kviSuto4ltCY
I want my client still use the managment system he knows.
Thanks for your precious help.
So i answer my own...
It's not possible. But in a way we can do this.
- Download the KML
- Use the google map geocoder to rebuild the lat & lng of all your point using the adress. (use a loop for example).

pass KML to Google Maps

i found out that i can open google maps with a linkt to a kml-file like that:
http://maps.google.com/maps?q=http://econym.org.uk/gmap/example1.kml
that is exactly what i need, but i don't like to provide a public URL with the Data. Is it possible to pass the data with a post request or get parameter?
Or has anybody another idea how to create a link to google maps with multible markers?
Thanks in advance
Updated based on your comment: You could upload the KML to a Google My Map: maps.google.com->My Places->Create Map->Import. There isn't currently programmatic access to My Maps. Otherwise, maps.google.com requires a public server to host the KML data.

Good library for Google Maps?

In my project I need to use the Google Maps API to place users on the map.
Are there any libraries to enhance the user experience working with Google Maps?
I already noticed Flutster.
do try http://code.google.com/p/gmaps-utility-library/
You could also try jmaps.

Looking for a google-analytics-style map creating app or api

I am looking for a google-analytics-style map creating app or api based on visitor IP addresses, any suggestions?
thanks,
nicoperez
Did you take a look at the Google Visualization API? Specifically, the intensity map and the geomap.
I know there are a few of these services available. Try a google search for 'ip visitor geolocation' and similar combinations.
One that looks interesting is hostip.info as they have a community-maintained IP geolocation database that you can download in full if you wish to roll your own map.
They also provide a service where you can upload your logs to generate a little map image if you don't want to do the work yourself.
We recently added a feature for this to our EmbeddedAnalytics service. It is all based on your Google Analytics data and utilizes Google's Exp API for the data.