In Activity1.cs move the line 32: mapView.PostInvalidate(); down to after the last myItemizedOverlay.AddOverlayItem(); call.
On Sat, Jan 14, 2012 at 10:00 PM, Wally McClure <[email protected]> wrote: > Tomasz, > > The problem I am running into is that pins don't display. > > Wally > >> Date: Sat, 14 Jan 2012 20:04:54 +0100 > >> From: [email protected] >> To: [email protected] >> Subject: Re: [mono-android] mapping sample >> >> This sample does not center the map around the pins. Also I think >> there is a bit of a mistake in the sample. The >> mapView.PostInvalidate() call should be after putting on the two >> points. >> >> On Sat, Jan 14, 2012 at 4:02 PM, Wally McClure >> <[email protected]> wrote: >> > Tomasz, >> > >> > Thanks. One thing I don't understand is what type of output I am >> > suppossed >> > to get when I load your app. All I get is world map, but I don't see >> > the >> > points on the map that I would expect. I have put may mapkey in. Is >> > there >> > something that I am missing? Any help is greatly appreciated. >> > >> > Wally >> > >> >> Date: Fri, 13 Jan 2012 11:20:17 +0100 >> >> From: [email protected] >> >> To: [email protected] >> >> Subject: Re: [mono-android] mapping sample >> > >> >> >> >> Here is the full URL to the project. >> >> https://github.com/Cheesebaron/MonoDroid.SimpleOverlayItem there is a >> >> very simple sample which has a MapView and an ItemizedOverlay. >> >> >> >> To show your own location on the map you can use MyLocationOverlay >> >> >> >> On Fri, Jan 13, 2012 at 7:43 AM, Tomasz Cielecki >> >> <[email protected]> >> >> wrote: >> >> > I have a sample on my github with an itemized overlay. >> >> > http://github.com/Cheesebaron >> >> > It should be the one called SimpleOverlay or something like that >> >> > (writing >> >> > this from my phone) >> >> > >> >> > On Jan 12, 2012 8:52 PM, "Wally McClure" >> >> > <[email protected]> >> >> > wrote: >> >> >> >> >> >> Does anyone have a mapping sample that I can use that use the >> >> >> integrated >> >> >> google maps support? I am looking for something that displays a >> >> >> location >> >> >> and then just puts some points on the resulting map. I have a need >> >> >> for >> >> >> something simple, but am in a time crunch. Any help is appreciated. >> >> >> >> >> >> Waly >> >> >> >> >> >> _______________________________________________ >> >> >> Monodroid mailing list >> >> >> [email protected] >> >> >> >> >> >> UNSUBSCRIBE INFORMATION: >> >> >> http://lists.ximian.com/mailman/listinfo/monodroid >> >> >> >> >> > >> >> >> >> >> >> >> >> -- >> >> Med Venlig Hilsen / With Best Regards >> >> Tomasz Cielecki >> >> http://ostebaronen.dk >> >> _______________________________________________ >> >> Monodroid mailing list >> >> [email protected] >> >> >> >> UNSUBSCRIBE INFORMATION: >> >> http://lists.ximian.com/mailman/listinfo/monodroid >> > >> > _______________________________________________ >> > Monodroid mailing list >> > [email protected] >> > >> > UNSUBSCRIBE INFORMATION: >> > http://lists.ximian.com/mailman/listinfo/monodroid >> > >> >> >> >> -- >> Med Venlig Hilsen / With Best Regards >> Tomasz Cielecki >> http://ostebaronen.dk >> _______________________________________________ >> Monodroid mailing list >> [email protected] >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/mailman/listinfo/monodroid > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- Med Venlig Hilsen / With Best Regards Tomasz Cielecki http://ostebaronen.dk _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
