i'm not sure if this question may related to this one: Google maps API - get my custom map
What i want to do is to read data from a map i created with google my maps (google.com/mymaps) and with data i mean the map-name, the layer-names, the layers, drawn polygons (preferrable as an array of points), POI, etc.
Now what i have found is that you can export the map as an .KML-File and use it to display it with help of google map APIs. But what i need is not only to display it, but read data associated with them, for example the given descriptions, the coordiantes of a point, the names, etc.
I have found no information if this is possible with help of the google map api. Or if i have to parse this from the .xml with help of an XMLParser.
An example map i created is this one: https://www.google.com/maps/d/u/0/viewer?mid=1AaUB-Ap83t_SiiGYwVuV3449ySY
I'm also interested if it is possible to read data from the map without exporting it and accessing it "live".
Platforms i want to use are Android & iOS.
Regards