Tagged Questions
0
votes
0answers
23 views
Using Google Maps as “Overlay” on another Layout/View
I have a little problem.
My app has a surfaceview and displays the camera preview.
Now I want a map overlay. This overlay should be displayed in a corner of the display and show the current position ...
0
votes
0answers
9 views
Google maps api, check if a point is under a ground overlay
I've a google maps api with a ground overlay of a network coverage.
Is'it possibile to check if a point in "covered" ?
Thanks
0
votes
0answers
25 views
Map wan't display neither move the Marker
In my small application I want to show the GPS data from a csv file. This works fine and the map changes it's position. But I can't display a marker neither move it's position. The marker shows up ...
0
votes
1answer
265 views
Move an overlay Google Maps iOS SDK
I'm basically trying to move an overlay along a path as time moves along. This is how I'm doing it right now:
Imagine that this is all in an NSTimer with new values for position each time.
...
1
vote
1answer
185 views
Plot latitudes and longitudes from database on Google maps v1
I am developing an application where I want to plot latitudes and longitudes from my database on Maps. In my database schema I have three columns:
Name | Latitude | Longitude
I can retrieve the ...
1
vote
1answer
186 views
Drawing Canvas to Overlay
I draw a on a Canvas in an AsyncTask in doInBackground. The drawing code runs through, checked that by step by step debugging. The onPostExecute() method is also called, checked that, too. However, ...
0
votes
0answers
110 views
osmdroid finding out if a GeoPoint is on an overlay
I am making a bus tracking application and would like an easy method of predicting what the next stop that will be visited.
The application currently creates an overlay using the Road object from ...
1
vote
0answers
157 views
Android / google maps - overlay z-fighting issue?
A weird one for you. I have a mapview, I draw some lines on it to link some locations, I draw a label in a box at the final location. The box is a red outline over a slightly transparent rect, with ...
0
votes
1answer
187 views
UK Google Maps Postcode Boundaries Overlay
I want to do some geographical visualisations as part of a .net web app. I am quite open to non Google solutions. I'd like to show concentrations of customers. There are lots of customers so I don't ...
0
votes
2answers
105 views
Is there a documentation on how to use weather overlay from noaa.gov?
I am trying to add a weather overlay to my maps , the tile images on Noaa.gov are what i want but i couldn't find any documentation on how to construct url to consume & arrange tiles of overlays ...
1
vote
2answers
576 views
Overlay.draw() calls many times
I have a question regarding the draw() method of the Overlay class in Android Maps.
When I move map, method draw() get called a few times (from 4 to 13). It's a problem for me, because this method ...
0
votes
0answers
66 views
google.maps.Map autocomplete doesn't render correctly
I've successfully embedded google.maps.Map into my application.
This map is embedded in a div:
<div id='external-map-canvas' style='display:none;width:400px;height:280px'>
<input ...
0
votes
1answer
250 views
android maps overlay not showing text
i have written the code for showing location of various persons on map. i am parsing Json data from PHP script. i want to show icon with text on maps. my icon is showing perfectly fine but it does not ...
0
votes
1answer
123 views
Google Maps: Position Ground Overlay
I have some pictures that I want to overlay on Top of Google Maps.
My Problem is that I don“t know the exact Lat/Long for the top-left and the bottom-right edge of the images. Also I have to know the ...
0
votes
0answers
42 views
unable to manage two markers on the map
I have two markers on the map. When user touch/drag on the particular(source or destination) marker on the map,i need to get the latitude and longitude of that particular(source or destination)marker ...
0
votes
0answers
327 views
google map marker overlay listener
I have a circle on map, and I found there is no way to place circles on top of markers, so I come up with this..
In my marker creation loop, I have a function -
function checkcircle(marker, map, ...
0
votes
1answer
766 views
Google Map v3 Ground Overlay?
I have spent two days puzzling this and failed. Any assistance will be greatly appreciated.
I need a map centered on -18.975750, 32.669184 in a canvas of 1500px x 900px. I then to need to overlay ...
1
vote
1answer
232 views
Android OverlayItem doesn't show a message
thats my code:
OverlayItem overlayItem = new OverlayItem(point, "Test", "Hello");
itemizedOverlay.addOverlay(overlayItem);
mapOverlays.add(itemizedOverlay);
When i run this app i can see the map ...
0
votes
0answers
193 views
google maps v3 make popup overlay stay within the canvas
I'm lost. New to Google maps V3 - using Google's SmartInfoWindow to load multiple map markers, which works great to load various info on each location.
THE PROBLEM: cannot get the overlay popup to ...
1
vote
3answers
879 views
google maps overlay drawing on canvas from asynctask onPostExecute
I have a google maps mapView which has a custom Overlay on it. This overlay grabs the current coordinates the user is looking at and goes out to a website where it gets an image to overlay onto the ...
0
votes
1answer
98 views
How to make a simple label for MapAcivity
I have a MapActivity and I'm using an overlay to place a custom marker at given locations. I would like a label to appear above the marker when it is clicked (looking something like this).
I was ...
0
votes
2answers
741 views
Adding maps marker on point selected
I'm having a lot of trouble adding a marker to the user selected spot. Here is my code
public class ShowMapActivity extends MapActivity {
public static Context context;
private MapController ...
0
votes
1answer
581 views
How to animate Google Maps API KML Ground Overlay
Two questions:
What is the best way to create a smooth animation through 12 KML Files through google maps API V2?
How can I integrate a fadeIn() / fadeOut() to smoothly transtition between these KML ...
2
votes
0answers
221 views
Google Maps Overlay Offset
Following problem with Google Maps and overlays created by Geoserver: Depending on the zoom level and the latitude, there is a offset of the overlay to the north. The further north (Sweden vs. Spain) ...
1
vote
1answer
351 views
Cannot get touchevent from Google Maps
I'm having some issues registering when somebody has touched somewhere on the map.
I have this source
public class GMapsActivity extends MapActivity {
private MapView mapView;
private static ...
0
votes
0answers
1k views
How to get your image URL tiles? (google maps)
I'm looking on how to generate your own image tiles and put to the server as this example do. The example load tiles from http://mt3.google.com/mapstt?..., but how if I want my image?
var ...
0
votes
2answers
99 views
how to know where to draw on the map? (Android)
I'm trying to draw something on a map using overlays.
So I have the coordinates of the places I want to draw.
I start my map on a certain long/latitude, and I draw using regular screen points like ...
1
vote
1answer
206 views
Can I alter the order that points in an Maps Overlay are drawn on the Map
I have an Maps Overlay which contains multiple points, each with its own numbered marker. The points are in the overlay in the order I would like them to be drawn (ie from Marker 0 to 10 - with 10 ...
2
votes
0answers
1k views
Overlaying images onto a MapView and refreshing its position when zoom changes
I have a list of GeoPoints conforming a route. I have created a class to paint a star png image at the start point, and a F1 flag (meta.png) at the end point.
public class MapTestActivity extends ...
1
vote
2answers
2k views
Android google maps groundoverlay
In the google maps javascript api you can add a groundoverlay and just pass two points, the point lefttoplat&lefttoplong and the point rightbottomlat&rightbottomlong... (The normal overlays ...
1
vote
2answers
597 views
Placing shape into MapView in Android
Is there a way to place a shape (drawable or shape of any kind) that occupies a specific area in MapView (lat/lon area) not pixel area . I need that for GeoPoint Clustering purposes
If that is not ...
3
votes
1answer
567 views
Android google maps custom tiles
I'd like to build an app using google maps and I'd love to have some kind of custom tiles.
As I've found nothing on the web, I'd like to know if there is any way to do that on Android?
I found that ...
0
votes
1answer
471 views
Google GWT MapWidget addOverlay Polygon shows border but not fill
LatLng[] polyLatLng = new LatLng[5];
polyLatLng[0] = LatLng.newInstance(90, 180);
polyLatLng[1] = LatLng.newInstance(90, 180);
polyLatLng[2] = LatLng.newInstance(-90, 180);
...
0
votes
0answers
472 views
android: I couldn't change the icon of my place when it changes after I have added another icon overlays
I use GPS to get my place when it changes, after that it add overlay on the map to show my place, till now if I changes my place the location of icon changes , but after I add another overlay to ...
3
votes
2answers
991 views
route-me image overlay in iPhone
I'm using route-me in my project. Library is quite good. Adding markers, drawing polygone work fine. How about placing single image as overlay in given location (latitude, longitude)? This ...
3
votes
1answer
210 views
moving a map overlay
I am trying to create an app where the user can mark an area on a map. I want him to be able to move the area he marked.
I found that there is an api for adding overlays on a map, but I cannot get to ...
1
vote
0answers
516 views
Google Maps overlay not showing
I have a google map with kmz overlay on my site:
<script type="text/javascript">
<!--
var geocoder;
var map;
var overlayXml;
function initialize() {
// if ...
0
votes
1answer
578 views
Android - Position map to show custom route overlay
I have a custom overlay that basically draws a route from a list of co-ordinates onto a map. This all works fine but I need the map, when it first loads, to set its position and zoom level so it fits ...
1
vote
1answer
1k views
Google map tiles - streets and labels overlay with style?
I have a google map where I insert a custom layer on top of a map and then add the google streets and labels on top of that. I've been searching around to see if there is any way to stylize the ...
0
votes
1answer
202 views
My Google Maps custom overlays are not “active” anymore in Chrome and Firefox, but work fine in IE
Since a couple of months, my custom overlays appear to be disabled.
They are still visible and displayed correctly, but the link does not work anymore, nor does the CSS that changes z-index. They ...
2
votes
7answers
5k views
Google Maps overlay image not visible
I want to overlay a map image (.jpg) over the Google Maps mapview.
The problem is: The overlay image is not showing, who knows what's the
problem?
There is no error in logcat and the MapView is ...
1
vote
1answer
1k views
Toggle KML overlay for Google Maps API v3 using checkbox
Does anyone have some sample code for toggling a KML overlay layer with a checkbox? I can get a kml layer on my map to toggle off when I uncheck the checkbox, but I can't get it to toggle back on. ...
1
vote
2answers
575 views
How do I draw custom “Callout Bubbles” (the place name transparent-gray overlay) in an iPhone application using non-google maps?
I'm building an iPhone application with a map inside (using route-me, not MapKit).
I have some markers on the map, and I want to have an overlay - similarly to the google maps one - that appears ...