if you want to put color on the mapview, you must use the "overlay" class search for overlay in the map API
On 8月19日, 下午2時16分, Honest <[email protected]> wrote: > Hello, > > I want to display my two point on maps. I saw many example but they > are using MapActivity when i used MapActivity in my sdk which is 1.5. > it seems it is not available in it. So is it true that it is not > available in 1.5 API. So is there any other alternative for it. can i > do it using the following code sniiipt. I can do it for one code > snippt but i do not know how can i display two point. > > String uriString = "geo:" + lat > + "," + longi; > Intent intent = new Intent > (android.content.Intent.ACTION_VIEW, > Uri.parse(uriString)); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

