create a non public map

已查看 30 次
跳至第一个未读帖子

mk

未读,
2010年11月3日 18:09:592010/11/3
收件人 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

回复全部
回复作者
转发
0 个新帖子