google-maps-api-2 Questions
2
Solved
Why the CameraUpdateFactory class is not working in my project?
The app crashes if it executes the following command:
CameraUpdate pino= CameraUpdateFactory.newLatLng(new LatLng(location.getLatitu...
Magavern asked 16/12, 2012 at 20:35
4
Solved
So im not sure if this is a bug or not yet... might be or I may have missed something.
Anyway so here is the link to Google Maps V2 Camera Controls. https://developers.google.com/maps/documentatio...
Liggitt asked 11/2, 2013 at 16:32
8
Hey I am trying to use Google Maps on my emulator even though I've installed Google Play Services library when I run the app it says
This app won't run without Google Play Services which are mi...
Wax asked 31/1, 2013 at 9:21
3
I am using Google Maps Android API V2. When I use Googlemap setMyLocationEnabled(true), the current location appears as a blue dot. How can I show the current location as a flashing arrow that can ...
Intersperse asked 2/1, 2013 at 9:32
1
When I launch my Android app with Eclipse, the usual window "Android Device Chooser" appears. I can here choose on which device I want to run my app.
In the target column appears next to my target...
Glow asked 9/4, 2014 at 5:34
1
hello friends my java file as below
public class MainActivity extends FragmentActivity {
GoogleMap googleMap;
final int RQS_GooglePlayServices = 1;
Double lat;
Double lng;
Marker marker;
LatLng...
Intellect asked 26/12, 2013 at 11:31
1
How to attach a flexible marker on map something like Uber and Lyft ?
am using Google maps v2.
Basically, i want to display a marker on map while the position of the marker is changed upon moving ...
Eun asked 8/2, 2014 at 23:4
3
Solved
I am developing an Android application showing a map.
I'm using a MapFragment in which I display my map.
I obtained an API Key and added all the needed permissions to my manifest.
So far so good,...
Pedology asked 1/8, 2013 at 15:15
2
I'm developing an ASP.Net project using Google Maps. My team decided to use Google Maps API v2.
The problem is, I have to replace all bus stop icons on the map with my bus stop icons. To do this, ...
Joshia asked 4/3, 2013 at 3:22
1
I already build an app using google maps V2 and put 2 markers on the map. First marker is to get user current location, and the second marker is user destination location. And then I add decodePoly...
Hanson asked 14/12, 2013 at 8:39
1
Solved
Hi i a m writing an application whih gets the current latitude and longitude and convert it to corrsponding address.i can get the lattitude and longitutde but how to convert it to the corresponding...
Pernod asked 27/11, 2013 at 9:16
2
Solved
I have a kml file (residing locally) which I want to show on Maps in an app I am developing. In my search, I have hit into this post: How to draw a path on a map using kml file? several times. I fi...
Nuclide asked 15/11, 2013 at 12:53
3
Solved
May I know how to add numbering label to google map marker using google map api? Just add label, not trying to change the icon. Thank you.
Stevie asked 25/8, 2010 at 2:43
1
I am working with Google API v2 map Android, but I cannot show the scale bar on it. Please help me, is there anything I can do to show scale bar on my map?
I am looking for it, but it doesn't help....
Triplicate asked 18/7, 2013 at 4:52
7
Solved
I'm trying to use the new google maps android api v2 and i'm developing an app for android 2.3.3 or higher.
It's a very simple app:
it takes the user current location (using gps or networks signal...
Decadent asked 12/12, 2012 at 16:29
2
How do i set the "setMap" function here to port this code to v3? Or port it generally to v3...
// map recenter, if element is outside the mapscreen
while ((!map.getBounds().containsLatLng(marker....
Orourke asked 5/6, 2012 at 14:58
3
Solved
There are about 100 markers on a google map plus there is one special marker that needs to be visible. Currently, the markers around it hide it totally or partially when the map is zoomed out. I ne...
Catkin asked 6/3, 2010 at 9:51
1
Whenever I try to run the Google Map API v2 project it shows the following error
"The Google Play services resources were not found. Check your project configuration to ensure that the resour...
Slot asked 12/8, 2013 at 15:3
2
I'm working on an app where users could press a button to see a map. I've implemented that google maps opens inside the app to show a map.
Now my question is: If there is no wifi/3G it is impossi...
Ionian asked 26/4, 2013 at 9:43
1
Is there any possibility to change the highlight color of an InfoWindow in the Google Maps v2 component for Android? I already accepted the fact that there is no common way to apply custom press hi...
Headon asked 15/3, 2013 at 11:47
1
I'm developing an Android application and using GoogleMaps API v2.
This application works so far but I want search in the map with a path:
Screenshot :
my codes:
Position_mark = new LatLng(35....
Dukas asked 12/8, 2013 at 16:59
2
Solved
I just want to know whether we can focus at added marker in android application or not. If yes, how? or is there any alternative way to get this task done.
lets say I have added a marker using bel...
Bozeman asked 31/7, 2013 at 13:25
5
Solved
I tried following a tutorial on Android Maps V2 Quick Start
But when I run the app, a blank map screen is shown. My phone uses android 2.2.1.
This is what shows in logcat:
12-07 18:07:52.479: W...
Parasite asked 7/12, 2012 at 18:12
1
Solved
I want to add an animated circle to Google Maps view similar to the circle you see on this image.
The circle should be pulsing from the center to the largest radius indicating current user's lo...
Shiner asked 24/6, 2013 at 14:31
4
Solved
Google Maps API v2 for Android released on 3th December.
Is there any possibility to add it into Mono for Android?
Semirigid asked 9/12, 2012 at 19:28
© 2022 - 2024 — McMap. All rights reserved.