Hi, I have already looked at the Map Maker document. It's added to Google Maps API. It was available as new map types in both the Google Maps API (v2.146) and the Static Maps API as new map types. But It seems that doesn't have Google Map Maker Service. I want to Google Maps Maker Services that can allow developers pass parameters to URL.
Something like this. In Add new place in Google Place API service. That public the way how to do it. POST https://maps.googleapis.com/maps/api/place/add/json?sensor=true_or_false&key=api_key HTTP/1.1 Host: maps.googleapis.com { "location": { "lat": -33.8669710, "lng": 151.1958750 }, "accuracy": 50, "name": "Google Shoes!", "types": ["shoe_store"], "language": "en-AU" } It seems Google Map Maker only have user interface(UI) that allow users only configure, modify their map on web. But It doesn't have a service to help developers make the application. Is it right? I'm using Google Places API but I have problem with them. The Google Places API allow me to add new place and delete that place before that moderated. If that places moderated then I can't delete it. --> I want to manage my places. But It seems I can't? And I only want to those Places which added from my application are made immediately available to my app via result of Places search. --> I want to search my places which added from my app? Thanks & Regards, D On Jun 14, 1:33 am, TreKing <[email protected]> wrote: > On Sun, Jun 12, 2011 at 11:37 PM, danhpc <[email protected]>wrote: > > > I don't know can I use google maps maker to do that in android? > > without storing on my database? > > You would have to look at the Google Map Maker and see if it has an API for > you to do this sort of thing. > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

