I have been trying to figure out a way to use the NOAA radar KML file
in order to create an animated radar for my app with the maps api. I
have been looking for good examples or tutorials on how to add a
rather large covering image to certain location on the map. If I enter
the URL of the KML file in google maps online it brings up the images
but does not animate them upon inspecting the KML file I see where
there images are being upload via:
<GroundOverlay>
<name>southeast - 16:58</name>
<description>southeast Mosaic</description>
<TimeSpan>
<begin>2010-08-04T16:58:00</begin>
<end>2010-08-04T17:08:00</end>
</TimeSpan>
<Icon>
<href>http://www.srh.noaa.gov/ridge/Conus/RadarImg/
southeast_20100804_1658_N0Ronly.gif</href>
</Icon>
<LatLonBox id="BBOX">
<south>22.551103322319</south>
<north>36.928147474567794</north>
<west>-90.24006072802854</west>
<east>-75.144164368167</east>
<rotation>0</rotation>
</LatLonBox>
</GroundOverlay>
I could probably create some kinds of script with the maps api for
websites to make it animate but I really want to keep it inside my
app. Has anyone done something like this before or know any good
examples that show how to set an image with its four corners from the
LatLonBox I'll figure the animation out later hopefully but I would
like to at least be able to understand how to get one picture to show
up over the proper coverage area.
As always thanks for your time and help!
Tommy
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment