0
votes
1answer
48 views

Cannot displaying MapView

I tried below tutorial MapView http://docs.xamarin.com/guides/android/platform_features/maps_and_location/part_2_-_maps_api I have added 1) Mono,Android.Googlemaps 2) using Androis.Locations; 3) ...
0
votes
1answer
470 views

Android Google Maps API v2 start navigation

I have an app that displays a map with a marker. When the user touches the marker I want to start navigation for them. Is there an Intent/Activity that I can pass a longitude and latitude and start ...
0
votes
1answer
172 views

Google Maps API v2 api key

I am developing an Android app that uses the Google Maps API v2. I generated an API key at the google site, but it always becomes inactive after a day or so. How do I get a more permanent API Key ...
2
votes
3answers
2k views

Add Google Maps API v2 in Mono for Android

Google Maps API v2 for Android released on 3th December. Is there any possibility to add it into Mono for Android?
1
vote
1answer
250 views

Mono For Android MapsAndLocationDemo

I have Mono for Android trial version and am having some trouble with the MapsAndLocation demo. I start up the emulator, yet when I select 'Run->Start Without Debuggin', I get the following error: ...
1
vote
1answer
366 views

Tiling a map overlay on android

Im using the SDK MonoForAndroid. I am currently trying to display my own map as an overlay onto Google maps in android. eg: Google maps doesn't map my uni very well, I have a map of my uni that I ...
0
votes
1answer
267 views

Application not Installed error when referencing Mono.Android.GoogleMaps

I am working on a new update to my app and added google maps support. I added a reference to the Mono.Android.GoogleMaps assembly. All works great, tested good on my Droid X device so I sent the ...
2
votes
0answers
170 views

Building monodroid sample map applications

I am using the latest download of map sample application 'MapsAndLoactionDemo' from Xamarin and in Visual Studio 2010 I get the following compile error(s): Error 10 ...
3
votes
1answer
1k views

MonoDroid and Google Maps: package com.google.android.maps does not exist

I am having trouble to incorporate Google Maps in an adroid app created with MonoDroid. I am using the MonoDevelop IDE. I referenced the Mono.Android.GoogleMaps package (I noticed that the version is ...
0
votes
2answers
471 views

MyLocationOverlay - Custom image, but no shadow

I have an application, which uses a custom implementation of MyLocationOverlay. In the implementation I set a Bitmap property that is used when it has been specified, by an overload of Draw. It ...
0
votes
1answer
183 views

create overlay on googlemap

i'm using monodevelop, and referring to this article here http://docs.xamarin.com/android/tutorials/Maps_and_Location/Part_2_-_Maps_API#Adding_Overlays_to_a_Map , I'm trying to create overlays for the ...
0
votes
1answer
207 views

source code for monodroid map tutorial

i'm trying to follow this tutorial here http://docs.xamarin.com/android/tutorials/Maps_and_Location/Part_2_-_Maps_API but am stuck at the overlay part.. some part of the article mentioned that ...
4
votes
1answer
982 views

Mono for Android Full Version Error Compilation Google Maps Library

Im try to run my application with the full version of Mono for Android, and it throws me this error: Error executing task GenerateJavaStubs:AndroidManifest.xml: error 1: Unable to find library ...
2
votes
1answer
497 views

Overlays with GoogleMaps on Monodroid

I have problems implementing the ItemizedOverlay on monodroid from this tutorial: http://developer.android.com/resources/tutorials/views/hello-mapview.html, Does someone knows how to do that on ...
1
vote
2answers
576 views

GoogleMaps on Monodroid, Error Compilation on Mac

How can i make it work the Maps Demo of xamarin on Google's API 10 (2.3.3)?, im trying to run the maps demo app with the google maps api that Monodroid provides and it doesnt work, it always appear ...
3
votes
1answer
181 views

Errors on Monodroid 4.0 using googlemaps

I'm trying to run the samples of xamarin about googlemaps, and the MapsDemo sample doesnt work. I'm trying to run on the Google APIs (Google Inc.) - API Level 8 emulator, it throws me this error: ...
1
vote
4answers
3k views

Where is the debug.keystore on Mac?

I'm trying to generate my fingerprint and it supposed to be here : ~/.android/debug.keystore, but I don't have nothing there, although I can run my monodroid projects normally as well, so how can I ...
3
votes
1answer
190 views

GoogleMaps in Mono For Android 4.0 on Mac

I'm trying to run the samples of xamarin about googlemaps, and the MapsDemo sample doesnt work. I'm trying to run on the google api 8 emulator, it throws me this error: Couldn't get connection factory ...
0
votes
1answer
333 views

GoogleMaps in Mono For Android

I had downloaded 2 samples from Xamarin, GoogleMaps and MapsDemo. The first one implements a java class to work with GoogleMaps and works fine but when i want to manipulate this code, it doesnt ...
3
votes
2answers
2k views

Google Maps solution for MonoDroid

Does anyone have a Google Maps solution for MonoDroid? To make it work, we need to inherit from MapActivity (com.google.android.maps). I see on the MonoDroid Roadmap that this feature is coming to ...