Closed GoogleCodeExporter closed 8 years ago
Hi Tobias,
1) Well, just follow KML specifications... (refer to the "KML Reference" from
Google).
My "Paris Tour" example uses some specific icons, you can have a look to its
content.
2) Hum...
First step would be to implement your own "buildMarkerFromPoint" method.
Second step is about customizing the bubble to handle URLs.
Both steps are not straightforward...
(before starting: note that I just commited a serious restructuring of
KML-related code, more object-oriented. There is now a KmlPlacemark)
3) Not sure to understand this question.
In step 12, the KML file is saved locally on your device, not on a web site.
You can access it with the file manager of your device, or with the DDMS File
Explorer for AVDs.
It is stored in the sdcard, in a "kml" directory (/mnt/sdcard/kml/my_route.kml)
You can open it with OSMNavigator (the demo apk), or transfer it to a PC and
open it with Google Earth for instance.
Original comment by mathieu....@gmail.com
on 7 Mar 2014 at 10:32
"Within the "description" property of the "Placemark" there might be a URL
included. When clicking the marker, the KML point description is displayed in
bubble. First, can I edit or format the content to be displayed in the bubble?
Second, is there a way to search for the URL while parsing and assign it as an
action to a button within the marker bubble?"
=> This was an interesting request.
So with version 4.3 published yesterday, there is now a "Styler" mechanism, to
perform custom actions during overlays building. Have a look at Tutorial_4,
§13.
With your own Styler, you can set-up a custom bubble instead of the default
one.
Original comment by mathieu....@gmail.com
on 23 Mar 2014 at 6:24
Original comment by mathieu....@gmail.com
on 10 Apr 2014 at 10:21
Original issue reported on code.google.com by
TobiSc...@gmail.com
on 7 Mar 2014 at 12:49