android-maps Questions

10

Solved

I would like to have a MapView inside a ScrollView, however when I try to scroll the map, the ScrollView takes priority! Is there a way to give the MapView priority when scrolling inside the map, a...
Johannisberger asked 1/7, 2011 at 9:29

5

Solved

I mean if i click marker OnMarkerClickListener is called, so the OnMapClickListener did not. Even if i set mMap.setOnMarkerClickListener(null); marker object still masks all click events for underl...
Neigh asked 26/7, 2013 at 14:44

10

Solved

Does anyone know if you can change the compass position within the map? All I can find is how to enable or disable it. But I need to move it down a bit so my overlay is not obstructing it.
Skerrick asked 23/2, 2013 at 16:53

10

I am currently stuck with this problem: Google Maps seems not to be loading at all. Please see the image below: This is really driving me crazy. I already have done the following: Added my pack...
Tko asked 17/10, 2018 at 6:38

3

Solved

I am using Android Google maps v2 API and have it set up to add markers on long click. I need a way to save these markers and reload them when the app resumes again. What will be the best way to do...

5

Solved

My question is simple. Is there a night mode for Google maps? So far I could only apply GoogleMap.MAP_TYPE_NORMAL | GoogleMap.MAP_TYPE_TERRAIN | GoogleMap.MAP_TYPE_SATELLITE but could not find Nigh...
Nosewheel asked 28/8, 2016 at 13:39

3

I want to implement smooth transition to emulate car marker moving on the map. Is it possible to animate marker in android map api v2?

5

Solved

How can I change google map my location default button? I set my location enable and map draw standard image to find location, is it possible to change default image?

10

Solved

When a marker is clicked, the default behavior for the camera is to center it on screen, but because I usually have long text description in the info window, it's more convenient to actually change...
Ylla asked 26/5, 2013 at 21:49

18

Solved

My steps: got SHA1 code from debug.keystore create app in google apis console enabled google map api v2 input SHA1;my.package.name get API key created AndroidManifest file: <permi...

2

Solved

Currently I was able to view all my markers in Google maps using Android Google maps API v2. Adding my marker in map: mapView.addMarker (new MarkerOptions() .position(aUsersLocation). icon(Bi...

23

Solved

I have an application with three tabs. Each tab has its own layout .xml file. The main.xml has its own map fragment. It's the one that shows up when the application first launches. Everything wor...

8

Solved

In my app i showing google map version2 in a fragment. but i get Null pointer exception at mMap = ((SupportMapFragment) getFragmentManager().findFragmentById(R.id.map)).getMap(); This is my full...

3

I am trying to load an image from the URL in custom infoWindow when the user click on the marker. I was able to load the other details but the image is not loading int it. i'm using Picasso library...
Souterrain asked 2/7, 2014 at 10:13

4

Solved

I have an app which opens Google Maps from where the user is likely to start the Google Navigation from point A to B. Is it possible to open Google Maps and therefore Google Navigation only in spec...
Erroneous asked 18/5, 2016 at 11:41

3

I am implementing a module which required user latitude and longitude to punch attendance offline. I have implemented GPSTracker class followed this example on the LINK But after enabling GPS loc...
Tautog asked 23/4, 2018 at 8:13

16

I'm trying to implement new Android Google Maps API (v2). However it doesn't seem to go well with SlidingMenu. As you may know, MapFragment implementation is based on SurfaceView. The problem is th...

3

If you mail a Google Maps direction to your Android phone, you have the possibility to open it in the Maps appliaction, this seems perfectly logical, as does the code behind it. Now, once in the M...
Signatory asked 9/5, 2013 at 10:17

3

Solved

I am facing an issue in google map.Google map is not showing when I download the apk from google play store but it works fine when I manually install(by transferring to device) same apk which was u...
Summary asked 21/6, 2017 at 6:27

3

Solved

I have this code itemizedOverlay = new MyItemizedOverlay(drawable,this); itemizedOverlay.setGestureDetector(new GestureDetector(new MyGestureDetecor())); but new GestureDetector is marked as Dep...
Shrier asked 13/10, 2012 at 13:47

3

I am developing an Android application with google maps. Displaying maps in android I followed the Android documentation. I successfully got the mapview in my application. But I need to show the m...
Epifocal asked 28/5, 2012 at 4:53

4

Solved

In my Android application my map screen shows direction and Google map when click marker on the map. I use the following in my application. XML: <fragment android:id="@+id/map" android:name=...

4

Hi I'm writing an app that shows the bike stations near an address. I have the list of latitude and longitude locations of each bike station from a service. I can mark my current location, or any ...
Megass asked 15/5, 2013 at 9:22

3

Solved

I am a newbie to Open Street Map. I made some research and found that we can download and store the map into a folder. But i didn't find any tutorial or sample that provides offline Open Street Map...
Counterweight asked 10/2, 2013 at 4:26

1

Solved

How can i remove google places marks? As shown below, that are markers that i didn't placed on the map (marked in blue). BTW, it is possible to use google place's markers instead of my own custom m...
Enlightenment asked 28/12, 2016 at 3:14

© 2022 - 2024 — McMap. All rights reserved.