I want to display some point in the map , but when I set the camera on a map why this error occurs ? If this goes wrong with the order CameraUpdateFactory program , previously I did not experience an error
java.lang.RuntimeException: Unable to start…
My app uses google maps v2, I add a groundoverlay to my map. Does anyone know how I can remove this overlay?
Thanks
.remove() doesn't seem to available
I'm working on an Android project based on google map api, and now I need to dynamically show traffic lights positions near my location. But I found google APIs do not provide such information.
So my question is, is there any open API that I can use…
I'm developing an android application using Google Maps and Google Places.
When a user makes a long click on the map, I show him a form in which he can add details about his clicked place, and then I want to add it to Google Database as a new Google…
Im quite new to Android so forgive me if I have missed something.
I've got the following code which displays a custom marker on maps. This custom marker also has some text on it. It works well up to the point where I want to resize the marker by a…
I have collection of 100 geo points. I want to create triangles (each triangle is a single zone), as many as possible. Now the only criteria to make a side of triangle is that two points can't be further than 5KM. So I need 3 points ABC where
|AB|…
I'm using a map in my android app, but I want to use location updates and display it on a map, I'm following the documentation on google developers about location updates with LocationRequest() but cant figure how to use this into the map.
here is…
I want to set a scale in and scale out animation to marker. I want to scale in the marker icon for 1 second and scale out for 1 second...and keep continue this animation sequence. I have done this in Ios im wondering if this is possible in android .
I have KML file and i want insert layer tomy googlemap in my fragment.
I tried to use KmlLayer from Android-Map-Utils, but parsing file took a long time (about 2 minutes) and then draw nothing.
KmlLayer kmlLayer = new KmlLayer(googleMap,…
I am currently using the following code to get my location:
Location myPos = LocationServices.FusedLocationApi.getLastLocation(googleApiClient);
This seems to try and snap my location to a road (not always, but often), but this is not what I want…
I am trying to develop apps on iOS/Android that use Google Maps API Web Services's Direction API (since there are no Direction function in either the iOS or the Android API), following is the API I am…
I started Google map in android few days age. I am doing some basic things like set marker on tap, draw line between two marker etc.
Here users can draw polygon with tapping on the device. Now i want to edit the shape. I goggled it but didn't find…
I'm making an app with Google Maps API V2, but the map appears to be very low quality. When I open the Google Maps app on the same phone, the quality is much higher. Is there some configuration option that I need to set? This is my code:
…
I have created a function whereby I am able to track the user's route and create a polyline. I have been trying to save it to Firebase as
- routeId, routeName, lat, lng
The method I have used is, everytime on a location change, the user's new lat…
I am having a lot of trouble getting .getMap() to work when trying to create a GoogleMap object (it is returning null), I have looked around and seen people had similar issues but wasn't able to find any help from any of them. In it's current…