Hi Josh,
When an authenticated user gets the list of maps saved in his 'Google My Maps', he gets the complete list of map entries which includes both maps created by him and maps created by others that he has added to his list as bookmarks.
From the response to the map feed request (and not from the features feed), how can one know which maps were created by self and which ones are just added as bookmarks. (I need this info so I can hide or disable the maps link in the UI that can't be accessed by the user). api_visible attribute is not a reliable way to do this as I've found that for the maps that the user created, the user is able to edit it even when the api_visible=0, once authenticated ofcourse.
If the only way to determine correctly if the authenticated user has access to a certain map, is to do brute-force fetch for features for each of the map in his 'my maps' list just to see if we get a 403, then that would be pretty bad solution and also a performance hit when users have lot of maps.
Previously the response to fetch the list of maps included an author field, that was set to 'Bookmarks' if it were added to my maps. That seem to have disappeared now. Would really like to know if this was removed on intention and/or if there is a solution to my problem.
Thanks
Tim