google-maps-api-2 Questions
4
Solved
I am creating a map based application where i show pings based on a latitude/longitude service
mMap.addMarker(new MarkerOptions()
.position(mLatLng)
.title("" + name)
.snippet("" + pingDate)
....
Brower asked 20/10, 2014 at 8:16
4
I'm am working in an android app. The user make a search at google maps for restaurants. In google map display markers for all of his neighbor's restaurant. If he tap at a marker it show up a custo...
Gradualism asked 21/9, 2013 at 22:9
2
Solved
I'm developing an app which needs to rotate the mapView with a compass. I know how to rotate the camera but I need to rotate the mapView with the compass. the center point should be the current loc...
Fidellia asked 8/2, 2013 at 6:57
2
Solved
I want to show a CustomOverlay on a Google Maps V2. The loading of the tiles works as expected, the only thing is, that the shown tiles are not appearing to be sharp at all, kind of blurry. Google ...
Flair asked 22/5, 2014 at 12:5
2
Solved
Using Maps api v2 and it works perfectly with 4.4 , 5.0, 5.1, 5.1.1 , 6 but app crashes when I try 4.2.2. I've been doing lots of research but nothing seems to work. Here's the complete log.
FATA...
Niggardly asked 4/1, 2016 at 14:0
5
Solved
I am doing map clustering in Android Google maps v2.
I just want to animate the marker from one geopoint to another. Is there a way to move a marker in Google maps v2?
Carlynne asked 5/12, 2012 at 16:39
4
Solved
Just curious, whether the Google Maps API v3 javascript be cached on the local server?
Because, sometimes my intranet pages are loading slow because of slower internet connection. Otherwise, it wo...
Rizo asked 27/12, 2009 at 5:10
3
I'm developing in google maps APIv2. The issue that I'm facing now is I only able to add in one line of word in info windows/snippet. But the output that I want is able to display in break line for...
Candlemas asked 30/6, 2013 at 14:35
3
I'm trying to get a map from a SupportMapFragment but it returns null. From what I read this could be because the fragment is not yet fully displayed and therefore no map exists?! I tried fixing it...
Drumstick asked 21/7, 2013 at 10:52
1
Solved
I want to make the info Window opened on a marker to stay opened even when another marker is pointed on google map. here's my code.
private void drawMarker(LatLng point, String pLoc){
// Creatin...
Sievert asked 24/8, 2015 at 11:20
2
Solved
I have the following function that returns me the current location of device:
void getCurrentLocation()
{
Location myLocation = map.getMyLocation();
if(myLocation!=null)
{
double dLatitude = m...
Cultigen asked 22/7, 2015 at 18:21
2
http://econym.org.uk/gmap/example_eshapes.htm has a Google Maps API v2 example of how to tile hexagons, although the implementation scales painfully: it has a center hexagon, then six hexagons adja...
Aperient asked 1/8, 2012 at 14:44
2
I'm doing a serious research on this topic for many days... I saw many topics here too...
But unfortunately I couldn't find a solution....
I'm writing an app that uses the new Google API for Geofe...
Regine asked 17/10, 2013 at 19:1
1
Solved
I have multiple markers in an bounds. I want to animate or highlight particular marker in an onclick event from html.
Map code:
var map = new google.maps.Map(document.getElementById('map-canvas')...
Daugavpils asked 26/5, 2015 at 9:9
4
I want to implement a touchListener on a polyline displayed with Google Maps V2 Android API.
Zoom level:
CameraUpdate cameraUpdate = CameraUpdateFactory.newLatLngZoom(lat_Lng, 5);
I tried the fo...
Galacto asked 11/4, 2015 at 6:37
1
Solved
I use GoogleMap v3 AutoComplete and I need to completely remove it and unbind all event listeners. My code for initializing and binding to events looks like the following:
var autocomplete = new g...
Kanazawa asked 10/2, 2015 at 21:52
1
Solved
I'm trying to make a Google Map that only shows the Netherlands. But when I use zoom level 6 it shows Belgium and Germany as well and when I use zoom level 7 it zooms too far in that it doesn't sho...
Donar asked 24/1, 2015 at 14:22
1
Solved
Here's my onCreate() Method..The two commented lines were used previously to launch the map and it worked fine.Later I found out Google doen't use LocationClient anymore and they use GoogleAPIClien...
Avocado asked 20/12, 2014 at 11:6
1
I want to add a "search bar" at the top on Google Maps v2 as shown on this little picture I snipped from Google play.
How do I go about doing that? thanks
Kenaz asked 12/6, 2013 at 8:34
0
I am trying to draw a polygon using hand on google map and then filling the color to the polygon.
Normally the color is filling fine and working as expected but if the polygon has intercepting poi...
Summerly asked 13/11, 2014 at 7:28
1
Solved
1)I want to draw a motion path on google map as per the follow of my finger touch points on the area of map.
2)and get the selected area from the map which lies inside the path.
Any one have an id...
Sulph asked 28/10, 2014 at 5:26
4
Solved
I am trying to build an application using Google Maps API v2 but the thing is, the application keeps giving me force closes although i followed all the required instructions.
Here is the android ...
Hooded asked 15/2, 2013 at 0:52
3
Solved
I have an app where homepage is map.
Do not know why i am getting this error and along with this error Could not find class 'gpr', referenced from method gps.a
I have updated eclipse so i tried ...
Offwhite asked 8/7, 2014 at 7:36
2
Solved
How to cache/download google map v2 tile programmatically?, is it possible?
Bcos according to this prntscr.com/3cyiqf its not possible but as I have seen this link
TileProvider using local tiles
...
Andreaandreana asked 25/4, 2014 at 9:15
4
Everything was working ok, then suddenly eclipse started breaking asking for a perspective switch and going to debug mode with the error 'Link of class "Lcom/google/android/gms/location/internal/Pa...
Intended asked 3/7, 2014 at 9:23
© 2022 - 2024 — McMap. All rights reserved.