On Thu, Aug 18, 2011 at 4:44 AM, marhol682
<martin.hol...@themobilelife.com> wrote:
> Good question! The reason for using the MapView is that I'm mapping my
> overlays to actual positions on the map. But I don't want to show the
> map's visual information. Using a RelativeLayout and doing the
> overlaying myself would force my to do all the calculations that the
> mapsystem now does for me. Any further suggestions?

Basic arithmetic (all that is required to convert between geographic
and screen coordinate systems for ordinary maps) is typically taught
at a fairly young age.

Since what you want is impossible (AFAIK) and wasteful of RAM, CPU,
and bandwidth even if it were possible, perhaps you should consider
just implementing the calculations.

As a side bonus, now your app can run on devices that don't have
Google Maps, increasing your potential audience.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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