google-maps-api-2 Questions

1

There is an API for getting heatmap and gradient on the Google Maps API. But is there any way to calculate curvature of the road of certain route on Google Maps? Like this one in here: roadcurvat...

3

Solved

I'm trying to display a simple map using Google map API v2 in an Android application. I'm following the Map API Documentation instructions. But I think the onMapReady is not calling for some reason...
Roofing asked 17/12, 2014 at 17:10

6

Solved

In Google Maps for Android v1, MapView had a convenience method: getMapCenter(). Now I cannot figure out how to get map center with v2 of this api. I have perused the API documentation, but there ...
Gyniatrics asked 16/12, 2012 at 18:59

6

Solved

I am using Google Map API v2 in my application to show Maps. I have followed all the steps, that is to be followed to enable Google Map in my application. public class PinLocationOnMapView extend...

4

Solved

I would like (in my Android app using Google maps api v2) to hide or show markers on my GoogleMap object according to a category, just like in the google maps web api, for example: I have a Google...
Albata asked 24/1, 2013 at 18:4

9

Solved

Sometimes google map comes partially with other area getting grayed out. There is one catch, if we start Firebug, images do come in that gray area. Dont know why this is happening. Anybody ever exp...
Ambassadress asked 1/10, 2010 at 11:6

4

Solved

I want to create a map with static marker to always show the location of center of screen. I've created a marker in layout with drawable image in the center. Now I need to get the center location c...
Tim asked 27/7, 2015 at 7:24

3

We have a my location Icon in google maps like I want to change this icon button with my desired Icon is there any way to replace this icon in the Google Maps. How can i do that in Android. As th...

5

I have an Android app which makes use of Google Maps. All of a sudden, it stopped working in release mode. The Map view tells Google Play services are updating on the emulator and on real devices. ...
Arithmetic asked 6/3, 2017 at 10:30

3

Solved

When we are setting a Key restriction to NONE for Google Maps Direction Api, It works fine. But When we set Key restriction to Android apps and provide a proper Package name & SHA-1 certifi...

2

In Google maps API v2, map of our country was nicely fitted to 700x400px map with the following: map.getBoundsZoomLevel(<bounds of our country>) But in API v3, the map.fitBounds() method ...
Damalus asked 23/3, 2012 at 17:24

1

Solved

I'm developing an app that tracks the GPS position of the user and shows it with a marker in the map. The updates are every 2 seconds. The problem is the position I get is not so accurate than wit...
Lowestoft asked 2/6, 2014 at 18:33

4

I have a JAVA project to do using Google Static Maps and after hours and hours working, I can't get a thing working, I will explain everything and I hope someone will be able to help me. I am usin...
Pharmacy asked 4/5, 2012 at 2:54

3

I'm trying to implement a cluster marker on my map, and it is behaving a little strange, first, it shows me the cluster marker but also shows me the point markers, that shouldn't be happening, and ...

11

Solved

My question is, does anyone know how to set google maps up, to open up both my location and in a zoomed-in view? Currently, the main view opens up to Africa, all the way zoomed out. And so I have...
Aberration asked 28/12, 2012 at 18:37

5

When I launch Google maps in Android, it shows the whole world. What do i need to change so as to set the zoom to the marker? Here are the codes. Thanks googlemap.getUiSettings().setZoomControlsE...
Alecalecia asked 8/6, 2013 at 9:41

5

I have an arraylist which consists of latLong object as shown below: ArrayList < LatLng > latLngList = new ArrayList< LatLng >(); Note: LatLng is an object which has latitude and lon...

5

Solved

I created markers on the map. When I click on them, the custom info windows are always as wide as the screen. I tried setting layout_width="200dp" but that didn't help. I also tried setting view....
Carbarn asked 14/4, 2014 at 15:20

3

Solved

I want ro display a point as my location on the map, but when I set the camera on a map why this error occurs ? java.lang.RuntimeException: Unable to start activity ComponentInfo{com.chinatown.wan...

3

Solved

I am using Google Map V2 API for the map. I have copied the google-play-services.jar in libs folder and set in the build path of eclipse. I am getting exception as I added logcat. Please help t...
Tradespeople asked 15/5, 2013 at 18:4

4

Solved

I'm trying to use the geocode function from the ggmaps library in R to get coordinates for specific locations. I'm able to use the function fine so far. The issue I'm running into is that I would...
Markhor asked 21/12, 2015 at 19:29

2

Solved

I need to color different countries in the world based on a Range (eg: population) Red : > 100 million Green: 50 - 99 million Ash : < 50 million How can this be done. My development env...

3

Solved

I want to be able to display the route between two user-defined geographical points using the Google Maps API for Android. I also want to be able to let the user choose what type of route to displa...

3

Solved

i want to make a program to calculate the distance between some places to my current location, but my googleMap.getMyLocation(); doesnt work properly. googleMap = ((MapFragment) getFragmentManager...
Averse asked 16/4, 2014 at 8:35

11

I am trying to use the latest Map API 2.0 provided for Android. I am using the Support Library as I want to support Android 2.2. Following is my code: Main Activity class public class MainActivit...

© 2022 - 2024 — McMap. All rights reserved.