You can extend Overlay and implement your own drawing algorithms for
the blueprints. MapView.getProjection will be a huge help for
converting coordinates to pixels for drawing.
http://code.google.com/android/add-ons/google-apis/reference/index.html

Mike dg

On Mar 10, 10:04 am, JFrog <jeremiah.paul.sna...@gmail.com> wrote:
>   Currently, I have been dealing with placement of items in the
> ItemizedOverlay class with the google maps android library, which
> seems to work just fine.  It handles the icon placments and associated
> properties of the icons that I place on the viewer.
>   As of lately though, I noticed that I loose the satellite view
> altogether in the final zoom features of the map when I want to get in
> real close.  I thought this would be a real good opportunity to use a
> blueprint of an area as an overly on the gridded map so that there
> were still areas of reference when analyzing an area up close.
>   Unfortunately I have not been able to place a bounded region for the
> blueprint on the map.  If I have latitude and longitude values for
> each corner of where the blueprint should be places, I can't seem to
> find a method to put this where I want it on the map.  The only
> constructor/method that I have found only asks for a center point and
> then sizes the object appropriately.  It seems odd that this feature
> wouldn't exist but I can't find anything to hint that it does exist.
>   Thoughts?
>
> ~ JFrog
> "Debugging is twice as hard as coding something the first time.
> Therefore, if you make your code as clever as possible, you are by
> definition, not smart enough to debug it."

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to