create a non public map

30 views
Skip to first unread message

mk

unread,
Nov 3, 2010, 6:09:59 PM11/3/10
to Google Maps Data API
Hello!!!

I create with hppt a new map, and that works fine. But how can i set
this map to "non public" or private?


url = "http://maps.google.com/maps/feeds/maps/[myUserId]/full"
objHTTP.Open "POST", url, False
objHTTP.setRequestHeader "Authorization", "GoogleLogin Auth=" &
[TheAuthString]
objHTTP.setRequestHeader "Content-type", "application/atom+xml"
objHTTP.setRequestHeader "api_visible", "0"
objHTTP.send ("<entry xmlns='http://www.w3.org/2005/
Atom'><title>Map</title><summary>Fine</summary></entry>")


regards, klaus

Reply all
Reply to author
Forward
0 new messages