0
votes
0answers
11 views

google maps image overlay bounds doesn't match google earth?

I am trying to put an image overlay on google map with bounds. But the image is not mapping to the bounds. I tested using the same bounds in google earth and it works fine there. Can someone please ...
0
votes
1answer
39 views

Why getOverlays() is undefined for the MapView?

My qestion might be easy sinse I'm android begginer. I'm following the Tutorial and have succeed in a first part of creating a map activity. But now I'm trying to add an overlay items. The problem ...
0
votes
1answer
85 views

I want to add popover/overlay/hotspot on the streetview of google map in android

What I want is to tag some objects in streetview by an icon. And as the streetview rotates the hotspot icon should also move with it, As i have shown in bellow images that the tag should be moving ...
2
votes
0answers
27 views

Google Maps tool for accurately positioning image overlay?

I am hoping someone can point me in the right direction. I have a Google Map that loads markers from an XML file, along with various other map elements, works great. However I now need to overlay a ...
0
votes
1answer
39 views

GMaps v3: How to cancel mouse scroll events before they scroll map

Using google maps v2, I was able to stop mouse scroll (DOMMouseScroll) events from going to the map and zooming the map by handling and cancelling the mouse scroll events. However, in v3, that no ...
0
votes
1answer
44 views

Putting Overlay after getting data from AlarmManager call

I have a main activity which shows google map (v2). Periodically I send data and retrieve data using Alarm manager of Android. Once I receive the data from Alarm manager, I need to pass the retrieved ...
2
votes
0answers
207 views

Show a moving bus in google maps api v2 android

I am trying to show the position of a moving bus in google maps api v2 in an android application. I am able to mark the stops and draw routes using the markers and polylines. Now, I am trying to have ...
1
vote
0answers
103 views

Image Positioning (Google Maps Android API v2)

Background information Google Maps Android API v2 is being used image.png is illustrated below: Question Vector graphics are not supported; therefore a setting the image as part of a ...
0
votes
1answer
90 views

Linking to kml/kmz files on Google Drive

I've saved kml and kmz files in a file cabinet in the old Google Sites. I copy the permalink to these files and paste it into the search box on Google Maps to overlay the placemarks. I've saved a ...
0
votes
0answers
92 views

Google maps api - Listing suburbs inside a rectangle?

Using the Google maps API V3 is it possible to retrieve all suburbs inside a set of bounds or a rectangle? I've looked through several other examples and have not found any questions in which they're ...
0
votes
1answer
115 views

Is it possible to set dimensions to a groundOverlay that is independent of the map zoom level?

I have a GroundOverlay on my GoogleMap and I want that its dimensions to not change when I zoom in/out on map. Exact like default map markers that always keep their dimensions. I have tried with both ...
0
votes
1answer
306 views

D3 + Google Maps + Paths + Labels Bug witih Panning and Zooming

I am D3 newbie. My goal was to create a map, draw an SVG layer on top of it with areas defined and then label those areas. There is a bug with the labels. I can successfully add them but when I pan ...
0
votes
0answers
154 views

draw lines between GPS coordinates

I want to track user's positions using GPS and draw lines between visited GPS points. My code draw one time, then it doesn't draw public class Test extends Activity { float lat1, lon1 = 0; ...
0
votes
1answer
125 views

display Applet on top of Google Map

Can I display a java applet on top of a google map using a custom overlay so that it scrolls along when I scroll the map?
0
votes
1answer
73 views

Map overlay not updating

i am trying to draw the path as the farmer moves around his farm the below are my classes ,my problem is when i start tracing the line moves even when the user is not moving and path is not updating ...
0
votes
1answer
107 views

Android:map Overlay Custom Information show on Ballon Overlay

I need to show the Custom information on map over lay as user tape on the Pin . I am suing Balloon map overlay and the information i need to show is coming from Web service for example dummy ...
0
votes
1answer
140 views

how to make a route/navigation on google-maps from where user location to an itemoverlay that user pick?

i'm confuse, how to make an action to make a route/navigation from user location to the pin overlay(google places) that user pick/tap the pin overlay. this's my map activity that will show my map. ...
0
votes
1answer
143 views

google Maps: $.goMap() with custom overlayMapType

First: I try to remake a Website called regionalkarten.com It's a German publisher of Maps. This page uses the Google API v2 to show our custom maps. My Job is to update the Page to API v3. Now I ...
0
votes
1answer
45 views

How to Keep MapOverlays when screen is rotated

I have custom Overlays added to a map, but when I change the orientation of the screen the Overlays are removed. Does anybody have any idea how to remedy this?? Before: After:
0
votes
0answers
123 views

Setting a custom icon with OverlayItem.setMarker() - Android

I am trying to set my own custom marker for points on a map but they keep coming out as the marker "defaultIcon" In my main: itemizedOverlay = new OurItemizedOverlay(defaultIcon, this); Add ...
1
vote
2answers
89 views

Loading a custom ItemizedOverlay at run time NullPointerException - Android

I am making a map application for android which allows the user to place their own points of interest. I wanted to set custom pushpin icons for each type of point placed. When I try to get my custom ...
8
votes
2answers
305 views

How to cache android.graphics.path or Bitmap when using Overlays?

I'm using an Overlay to mark areas on Google Maps by drawing a shape of ten thousands of GeoPoints I get from any source. This works and looks like this: @Override public void ...
1
vote
1answer
651 views

Android Maps-API v2: where are the Overlays?

I have already written an app that uses GoogleMaps Api v1 in android. This app uses several Overlays (or ItemizedOverlays) which handle a bunch of things autonomously (ie. lazy Loading markers, as I ...
3
votes
2answers
1k views

Import KML in Maps API V2

I have multiple KML files which are drawn in google earth and contain different routes. Now I'm trying to display those in my android project with Maps API V2. Is there an existing library for ...
0
votes
2answers
246 views

How can I stop Overlay mousedown event from going to map?

After handling a mousedown event on the overlay (the ExtInfoWindow), I need to make sure the map click event handler doesn't execute, or in the map click event handler, I need to determine that the ...
0
votes
1answer
152 views

Draw multiple lines on touch in map in android? [closed]

I am drawing line on touching one lat-long to second lat-long but how can i draw again when i touch third, fourth and so on in android? I am new to android.My code is. public class rescue extends ...
1
vote
0answers
237 views

Android 4.2.1 issue drawing multiple paths on Google Maps MapView Overlay

I am making an application that involves drawing one to many lines using GPS data on a Google Maps MapView. To accomplish this, I use a custom Overlay and construct an ArrayList of Paths. The paths ...
0
votes
0answers
59 views

Google Earth image overlay color of the title

I have created an image overlay in Google Earth and integrated it onto Wordpress-based website. What I am unable to figure out is why does the title of the overlay show up in a unclear color. Here's ...
0
votes
0answers
81 views

drawing path get vanished after drawing it in a google map

I am trying to create a dynamic route i.e. as and when new location come the route gets drawn accordingly on google map in android. so far i have wrote following code , but the issue is the path ...
0
votes
2answers
89 views

Overlay not drawing on the right spot

I have an extremely weird issue. First of all, when I zoom in and out of a MapView, the marker (overlay) moves to incorrect places (doesn't work well with scaling). Secondly, the market is being ...
1
vote
1answer
138 views

How can add overlay to map on android?

i tried to apply these codes that is in this link. But I'm getting error like NullPointerException. I use fragmentation and here is my function that is in my BaseFragment public void ...
1
vote
2answers
306 views

Is it legal to add Overlay maps to Apple MapKit framework?

Since iOS 6.0 uses Apple Map,I would like to add Google Map as Overlay by using TileOverlay.Is there any possibility that App store rejects the application ? Can I directly adapt Overlays to mapkit ...
0
votes
0answers
40 views

ItemizedOverlay floating/drifting away when zooming out

I want to display many ItemizedOverlays on my Map. When I use the marker.png as a drawable and I zoom out, the marker sticks right to it's place (addMarkerOverlay(...)). But when I use my ...
0
votes
2answers
114 views

confusion between overlay, overlayitem and itemizedoverley

I wanting to create an app which displays a map and on top of this map, the roads and points of interests will be painted as lines and ovals. These lines and ovals will have listeners attached to them ...
1
vote
1answer
144 views

OverLay animation in google map

I'm doing my own MyLocationOverlay implementation to bypass extremely slow current position display. The problem that I've is that I want to make a little animation changing the color of the position ...
0
votes
1answer
112 views

Unable to view map circle overlay results in Google JS API V3

I have been testing this in the Google Code Playground before I try to implement anything further. This simply places a map marker on the map and produces a circle overlay with it by a radius given ...
1
vote
1answer
76 views

MapView touch location different between phone, tablet and PC for same point on map

I am developing an app where I display a MapView on a tablet screen, touch a particular location, overlay a marker at the location, and save the GeoPoint of the location touched via the onTap() event. ...
0
votes
0answers
71 views

how to listen touch events continuously with the user input enabled

I am developing a maps application using Google maps. In that I have a button(ex: GetTraffic) implementation to display traffic intensity on various roads. Whenever the user clicks on GetTraffic ...
0
votes
1answer
96 views

Does gMaps APIv3 allow you to use two overlay map types and how?

I've been looking for the solution to make two (or more) layers visible using informations from WMS servers. I am using overlayMapTypes array to make it work (you can read about it here ) pushing ...
0
votes
1answer
206 views

Android how to use single array list for all classes and activity?

In my app i am using googlemaps for that one main activity and for free hand sketch on googlemaps for that one overlay class. For this free hand sketch to store paths one array list is used in ...
0
votes
2answers
189 views

How to find route from current location to given location in Google map in android [duplicate]

Possible Duplicate: Google Maps output=kml broken? Why retrieving Google Directions for Android using KML data is not working anymore? I am just new in Google map, just started the google ...
2
votes
1answer
611 views

Drawing a line between 2 points using Google Maps

My problem is that I want to create a method that when I invoke it giving it two GeoPoint's I want it to draw a line between the two points and I haven't been able to do this. Thanks in advance. ...
0
votes
1answer
164 views

Android Overlays for drawing shapes in Google Maps

I want to draw several shapes (over 40) for separated zones in a city and I am not sure what is the best choice, acctually I am thinking in drawing shapes using: ItemizedOverlay. Overlay: One ...
1
vote
2answers
491 views

Android Map Overlay Disappears on Zoom

I'm having a headache with Android's Google Maps API... I draw some overlays on the map and it's all fine, it updates regularly and handles gestures well, no problem... However, when I zoom in to ...
1
vote
1answer
191 views

Android Png overlay problems

public PNGOverlay(Bitmap original, GeoPoint topLeftGeoPoint, GeoPoint bottomRightGeoPoint) { this.original = Bitmap.createScaledBitmap(original, original.getWidth(), original.getHeight(), true); ...
1
vote
2answers
223 views

how to use two overlay in android map

I need two overlay item in the map.I have used the following code to get the overlay enter code here class MapOverlay extends com.google.android.maps.Overlay { @Override public boolean ...
0
votes
1answer
87 views

Show Overlay automatically without Tap on Marker in Maps

I am able to show a custom Overlay by clicking on the Marker on the Map. But how can I show this Overlay without clicking the Marker?!
0
votes
1answer
135 views

Google Maps polygon/overlay - deleting

As a follow-on to a previous question... I am having no luck deleteing an overay that I have drawn on the map, so that I can start over. My sequence: 1) draw the map 2) the user selects a city ...
0
votes
1answer
109 views

error: KmlLayer is undefined

I'm trying to create an overlay from a file I have hosted on a server. I've been looking at the Google Maps API v3 documentation but I am stuck right now. As I understand from this part of the ...
0
votes
0answers
83 views

Android map overly transparency has unwanted gradient

I'm a making my first android app and for part of it I need some shaded areas over a mapview. I've got this working so far but the when I set the alpha of the fill colour, it goes strange. ![enter ...

1 2 3 4 5