Tagged Questions
1
vote
1answer
21 views
Google Map Infowindow Not Appearing Properly
I have a standard Google Map Infowindow being opened on click on a standard Google Marker. The arrow pointing down to the marker seems to be a couple of pixels off. I have been banging my head against ...
0
votes
1answer
24 views
Users of an application on a map
I have seen some applications that display on a map the users who have the application in use or installed.
I'd like to implement something like this in my project, the problem is I do not know where ...
0
votes
1answer
26 views
Is there any free iOS SDK for syling maps?
I'm searching a free SDK for coloring maps (Not markers, but entire map).
I found Mapbox and ArcGIS, but I want to know if there's a free alternative with Google Maps integration.
Or this is posible ...
0
votes
1answer
24 views
Is there a way to add just google-play-services.jar to make map v2 work?
i wanna add just google-play-services.jar to my project and make map v2 work without adding google-play-services_lib as a library to my project, is that possible ?
i try to do that lot of times and ...
0
votes
1answer
26 views
Geolocation, map and polygon intersection?
I need to retrieve the latitude and longitude coordinates of the intersection of a polygon with the street (look the blue point on the edge of the circle. image here!!!)
I need this data in order to ...
3
votes
7answers
152 views
App shows grid screen instead of google map
I am trying to get a basic map application to work but, I am getting only the grid screen.
Code:
1.ActivityMain.java
import android.os.Bundle;
import com.google.android.maps.MapActivity;
import ...
0
votes
0answers
13 views
Cant set map dimensions to percentage(%)
I'm having some trouble with my map, when i set the width/height to 100% it fails to load the map, when i set it to 500px for example (pixels) it works flawlessly, any ideas on how to fix it?
-1
votes
1answer
33 views
Place an image infront of the map
could someone please guide me in the steps involved in creating something similar to this:
http://bikepathcountry.com/plan/
Currently I have my map setup and all my markers being called onto the map ...
1
vote
0answers
20 views
Interactive maps on facebook
We are a group of +/- 1200 expats living all over the world.
We thought facebook might help us greate a interactive map on our group page.
Example, I lived in South Africa, Philippines and Guatemala. ...
2
votes
2answers
875 views
Android Studio Maps Api v2
My code works perfectly on eclipse. I have created a new project on Android Studio and added my classes, I have also followed this popular tutorial answer How can I create an Android application in ...
0
votes
1answer
40 views
Having an issue with displaying a map marker
I do not know what is wrong with my code for displaying a map marker for my address. I have looked on the google development site as well as blogs and stack overflow posts but seem to not be able to ...
0
votes
1answer
50 views
Custom map in Google Map?
On a website I see they use Google Map, but the map looks special and is different from other Google Maps I saw. Is that special-looking map provided by Google Maps or made by the website themselves?
...
0
votes
6answers
520 views
FATAL EXCEPTION: main java.lang.RuntimeException: Unable to start activity ComponentInfo
I am working on Map view using android API v2, I am following this tutorial, I have followed what he explained in tutorial, but still I am getting Fatal exception. here is my xml code with log cat.
...
1
vote
0answers
20 views
KML mapping for ancient India
I'm getting started with KML and would like to know how to proceed with some special features of my project.
I am working on a map of India in 500BCE. This raises a number of issues.
Uncertainty. ...
0
votes
2answers
148 views
Android google map v2
Hi i used google map v2 and if i run app
public class SocMap extends Activity {
}
open map but i if run app
public class SocMap extends FragmentActivity {
}
app crash
error:
04-28 ...