Google Android Maps Api v2 is the next generation of Google Maps SDK available for Android developers.
1
vote
1answer
9 views
Topleft and bottom right points in android google maps version 2 monodroid
newly I switched to Google Maps version 2 for android in my monodroid project. in version 1 by using LatitudeSpan and center point of a the map view we can execute the topleft and bottomright point's ...
0
votes
0answers
25 views
Android Google Maps fails after updating Google Play services from Rev. 6 to 7
Ever since I updated my Google Play services from Rev. 6 to Rev. 7 from the Android SDK Manager (I'm using Eclipse 4.2.2), my app will crash whenever I navigate to any tab with my map. The app was ...
0
votes
2answers
57 views
Inflating view with Google Maps api v2 for Android
Please help. I have tried and implemented all other solutions, but still no luck integrating google maps in my app.
The current problem is at inflating point in my fragment
05-21 00:17:24.629 ...
0
votes
1answer
24 views
Geocoder.getFromLocationName() throws “Service not available” exception on Android 4.1
The method Geocoder.getFromLocationName() throws the exception "Service not available" on Android 4.1, even if GooglePlayServicesUtil.isGooglePlayServicesAvailable() returns SUCCESS and ...
0
votes
2answers
28 views
Show InfoWindow of point on map long press
Using the Google Maps app as an example for what I mean, when you long press on the map it loads the closest address in an InfoWindow.
How can I display an InfoWindow on the position of the map that ...
0
votes
1answer
22 views
How to create a marker only drawable into the bounds of the circle area?
I need show a marker only into the bounds of a drawn circle whose area is the precision of the location. The draw of the circle is no problem but the limits of the draggable area is no possible for ...
0
votes
1answer
33 views
Google Map API v.2 - picture of the map
In my app I'm using GoogleMap component to show path on the map. Everything works fine, but I want to save this map with path to the png.
Is there any way I can achieve that programatically?
2
votes
2answers
134 views
Compilation error in Android Studio When making a simple Google Android Maps API v2 project
Recently I migrated to the New Android Studio IDE based on IntelliJ
The Guides i followed were:
https://developers.google.com/maps/documentation/android/start (for
basics)
How can I create an ...
0
votes
1answer
11 views
google map api v2 it was appearing [Android]
The map was appearing then now it is just gray blank screen with zoom buttons, i changed
the api key nothing changed re-install google play service in android sdk and also nothing changed.
Any Help ...
0
votes
1answer
21 views
how to draw line between 2 Geo points in android Google maps version 2?
How can I draw the line between one Geo point to another in Google maps version 2? I know some accepted answers are available here. According to those answers I have to override draw() function. But ...
1
vote
1answer
24 views
Multiple setonInfoWindowClickListener not working
So these are my two loops in the map and when ever i click the setoninfowindow i only get the first.class in the new screen. say if i click one of the marker it has to go to first.class and if i click ...
0
votes
1answer
11 views
Trouble identifying a variable type with map overlays
I'm trying to implement the code from this really nice blog. I'm down to the last few lines, but I can't figure out what type of variable locationOverlays is. Is there anybody with Google maps Android ...
0
votes
1answer
42 views
MapView.onPause hangs in Google Maps API v2 for Android
I have a Fragment (from the support library) which includes a MapView (from the Google Maps API v2). When an info window belonging to a marker is clicked, I want to switch from the Fragment containing ...
0
votes
3answers
71 views
How perform click operation on marker custom info window on google map V2 in android
I am implementing google map V2 in my app.I have added custom info window to marker.There are three images cancel,delete & edit.
onclick, cancel image window hide.
delete data delete & on ...
0
votes
2answers
35 views
Changing colour of Markers - Google Map V2 Android
I'm having a little trouble understanding how to change the colour of a marker in an Android Google Map project.
My code for a Marker is:
googlemap.addMarker(new MarkerOptions()
.position(new ...
0
votes
1answer
25 views
Android onCreate sequencing issue
I'm trying to build a string with origin and destination gps coordinates for google mapping purposes. The first thing that I need to do is to get the gps coordinates of my current location, since this ...
-1
votes
0answers
18 views
Change locaion source position [closed]
On my application, long press will located a Local source:
Now i want another way to change position of local source on click a button.
I'm using google map api v2. any idea for me ?
0
votes
0answers
25 views
Overriding Map in Google Android Map Version 2 monodroid
As we know google do not support google android map version 1 from some times ago. xamarin also have done some works for supporting this version. I now want to update version 2. In version 1 many ...
0
votes
1answer
27 views
Trouble with the method: setOnMyLocationChangeListener
I've been trying some tutorials and basic exercises with Google Maps V2 and I'm stuck with something happening to my "setOnMyLocationChangeListener" method.
I'm running the following code:
...
0
votes
1answer
33 views
Issue in android google map v2 pre ICS
I have placed the map fragment inside a LinearLayout which is a child of a ScrollView.
When I encounter the map as I scroll down, the map leaves a black patch on the screen.
I am facing this issue in ...
0
votes
1answer
33 views
Implementing a “X” to close a Marker Info Window
Qualifiers:
First, my application is a native Android application using Google Map v2. Second, I'm not looking for someone to provide code on how to implement a detailed solution but instead I'm ...
0
votes
1answer
16 views
Android & Google Maps - How to store a street address
I'm trying to map specific street addresses. I know how to get the lat/lng coordinates given a street address:
geocoder.getFromLocationName(address, 1);
But what I don't know how to do is to store ...
1
vote
2answers
37 views
Android how to pass class object in snippet in google map v2?
I am working on Android Google Map and I am using MapApiV2. I am able to show the map, user location, markers on the map. My problem is that I want to open an InfoWindow when user click on any marker ...
0
votes
1answer
37 views
Android I don't see a marker in google maps
I read the tutorial Google Maps V2 and implement all, but when I run application I don't see the markers and I don't understand why. I want add a marker with a position 'PLACE' and I add it, but don't ...
0
votes
0answers
48 views
google maps V2 my location issue
I put the following code inside a new class I created (I hope I did the right thing by creating a new class). I am trying to get the current location of the user to show up on my map. The one problem ...
0
votes
2answers
39 views
Android: Google Maps not displaying
I'm trying to get a google map to display. I can see the background (light gray background, small tiles, Google logo in the lower left), so I know that I'm close. However, there is no actual map ...
0
votes
0answers
12 views
Is it possible to create a custom UI elements from UiSettings in Google Maps Android API v2?
Can you position UI elements like the Location Button or Compass Button available in Google Maps Android API v2, UiSettings? I want to add a custom button on the map but not on the action bar as the ...
0
votes
2answers
36 views
Marker is not removing from mapV2 android
I am adding a maker on touch of map and want to remove that marker on click of some button but that marker is not removing from map .Here is my Code
// Marker of end Point
Marker endPointMarker;
...
1
vote
2answers
46 views
Google Maps API V2 addMarker and OnCameraChangeListener
Scenario
Initial user position in read and a marker is added + camera position is set to that location
each time the user drags/zooms the camera I need to call a web service and pass the rectangle ...
0
votes
4answers
43 views
Google Map variable is null
I'm trying to get and set my GoogleMap variable using the the following code:
private GoogleMap mMap;
mMap = ((MapFragment) getFragmentManager().findFragmentById(R.id.myMapView)).getMap();
...
0
votes
1answer
28 views
draw() method is not being called in GMaps Overlay Method
My draw() method in a custom overlay class that extends LazyMarker from the Google Maps extension library is not being called and I'm not sure why. Here is my method:
@Override
public void ...
1
vote
1answer
42 views
Check If Google Location & Search is enabled
It seems that from Android OS version 4.1 there is a new setting, wich allows google applications use the user location.
I am developping a app that use the google maps api v2, and I made it location ...
0
votes
0answers
29 views
google maps v2, SupportMapFragment, OnMyLocationChangeListener never called
i use google maps v2 (google play service 6). i want to get my position into my
SupportMapFragment:
public class MappaFragment extends SupportMapFragment implements OnMyLocationChangeListener{
.
.
.
...
0
votes
2answers
65 views
How to put drawable as a background on InfoWindow (Google Maps API v2 for Android)?
This is my custom layout for my info window:
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
...
1
vote
1answer
35 views
Google Places API autocomplete specific city
I have some questions about google places api for android.
This is the request that is being called:
...
0
votes
1answer
23 views
Access google map without connection in Android
I'm developing an android application which contains info of certain places. So when the user select one place(an item of a listview) an android map is shown (I'm using android api v2 of google maps), ...
0
votes
1answer
35 views
get bounds of a location in google map android v2
Consider I have the LatLng of location A in the map. how can I get the Latlng of B and C position on the map? I want to get the bounds of the red box.
EDIT: I want to get the bound of this box and ...
0
votes
0answers
16 views
Android: Google Maps: Using an Intent can you send a phone number to Google Maps along with location?
Android: Google Maps: Using an Intent can you send a phone number to Google Maps along with location? Just as you can send a place name that shows up in the marker info window, can you include a phone ...
2
votes
2answers
80 views
Android GoogleMap follow my location
All the basic stuff, I have a SupportMapFragment, everything works fine, I just need to know if there is a short way of making the map follow my position or do I have to move the camera every time the ...
-1
votes
2answers
28 views
Create a Marker without adding it to the map? [closed]
How to create instance of Marker class, but without adding it to the map.
0
votes
1answer
66 views
GoogleMap android api version 2 Requires 3027100 ? (monodroid)
Finally after some days challenges I can run the GoogleMapAndroid api version 2 on the monodroid by this link: https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2
but when ...
1
vote
2answers
38 views
How to know if Google maps is ready to be used?
I have a simple activity with the follow segment code on it :
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
2answers
81 views
getMap() returning null
My getMap() method is returning null. Why is this method returning null? I looked on the Android Developers documentation to make sure I'm using this method correctly. Here a the line of code that ...
1
vote
2answers
39 views
adding Markers on Map, that should not move
I want to add marker on GoogleMap like UI Controls (Zoom controls, Compass, MyLocation Button). so that when i swipe on map screen, those positions not change.
...
1
vote
1answer
80 views
Change marker color in Google Maps V2
I'm trying to change the color of a marker.
I have this:
private void addMarker(GoogleMap map, double lat, double lon,
int title, int snippet) {
map.addMarker(new ...
0
votes
1answer
86 views
Binary XML file line #2: Error inflating class
I know similar questions like this has been answered but I seem to have done what the tutorial suggested and reading from other posts but still I get the Inflator error. Not sure what I am doing ...
0
votes
1answer
45 views
how to get snapshot from Google Map V2
I am wondering to know about how to get snapshot from SupportMapFragment. I have no idea. Please help.
Thanks for your advance.
0
votes
3answers
136 views
Authorization failed. Failed to load map. Could not contact Google servers. (Google Map for Android)
I have been in this problem for a day now. I have followed and even changed to exactly alike from the tutorials. I can't seem to understand what's the problem. Everytime I run it to my device the map ...
2
votes
0answers
87 views
Use ActionBarSherlock with Google map API V2
I want to use ActionBarSherlock with a Google map API V2. I've read a solution in here.
But when extend my main ActionBarSherlock class, it missing so much lib for menthod ( like: findViewById, ...
0
votes
2answers
34 views
How to display/Plot the Locations using MarkerOptions in android Google Maps API v2
I have a problem on how to display/plot the locations in map. I want to put a marker in every specific locations. I created sqlite database to store my data(MallName, address, latitude and longitude). ...





