Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-11 Thread Tom Opgenorth
ny ideas? > > > -Original Message- > From: monodroid-boun...@lists.ximian.com > [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of John Murray > Sent: 08 January 2013 14:37 > To: 'Discussions related to Mono for Android' > Subject: Re: [mono-android] Google ma

Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-11 Thread john Murray
o Mono for Android Subject: Re: [mono-android] Google maps with MfA need for api key and getting lat and long You can reuse the latest Google Maps v2 binding from Tom. It is publicly available in monodroid-samples: https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo _v2 He

Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-08 Thread Karl Heinz Brehme Arredondo
Is needed to pay Google about USD 15000 annually up to 150 users on Android? Back to April 2011 we ask them for license to put Google Maps on our Backoffice application to see some reports with maps because the key isn't for free for non public web sites/applications, making it inviable on an en

Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-08 Thread Tom Opgenorth
Also note that with Google Maps for Android v2, it's possible to share one API key with multiple apps/SHA1 fingerprints via the Google API's Console. This means you could use both your release keystore and your debug keystore with the one API key. On Tue, Jan 8, 2013 at 8:13 AM, Jonathan Pryor w

Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-08 Thread Jonathan Pryor
On Jan 8, 2013, at 9:37 AM, John Murray wrote: > Any idea how I can get an up to date debug.keystore file You are now entering a maze of twisty passages, all alike. Your sanity is likely to disappear. First of all, where'd debug.keystore come from? Mono for Android auto-generates it during the

Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-08 Thread John Murray
: [mono-android] Google maps with MfA need for api key and getting lat and long You can reuse the latest Google Maps v2 binding from Tom. It is publicly available in monodroid-samples: https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo _v2 He also wrote some notes on how

Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-08 Thread John Murray
: [mono-android] Google maps with MfA need for api key and getting lat and long You can reuse the latest Google Maps v2 binding from Tom. It is publicly available in monodroid-samples: https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo _v2 He also wrote some notes on how

Re: [mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-08 Thread Atsushi Eno
You can reuse the latest Google Maps v2 binding from Tom. It is publicly available in monodroid-samples: https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2 He also wrote some notes on how to get an API key. some more comments inline: John Murray wrote: Can anyone

[mono-android] Google maps with MfA need for api key and getting lat and long

2013-01-08 Thread John Murray
Can anyone help here - I was experimenting trying to devise a way I could use Google Maps API to get a Lat and Long from a touch on a map. 1) am I right in saying that in Mono For Android I need a map api 2) if so I have followed the advice on Xamarin site http://docs.xamarin.com/Android