Adding Placemarks on Google Earth API
Is it possib开发者_JAVA百科le to allow a user to browse a Google Earth, and decide to add a placemark? I am using Google Earth API.
For example, if the user puts the mouse on a location, to automatically calculate the Long/Alt.
Thank you & regards Bilal
You will find a good documentation in the section "Draggable placemark". In addition, there are many very good code samples around. I would recommend:
- Creating Placemarks
- Draggable Placemark
- Placemark Click Event Handling
- Interactive Samples
精彩评论