A map is a visual representation of an area—a symbolic depiction highlighting relationships between elements of that space such as objects, regions, and themes.

learn more… | top users | synonyms

1
vote
1answer
138 views

Meteor.js and Google Maps

i already included maps api into my project. Now i want to show some markers on my map. I initialse my map in a startup function: Meteor.startup(function() { ... var mapOptions = { zoom: 8, ...
2
votes
0answers
135 views

Google maps visual refresh text and lines are blurry

Comparing what is on google maps with the version of google maps with the api (with the visual refresh). The text is a bit larger on the API version, it also has this text shadow and a slight blur. ...
1
vote
1answer
88 views

Google Maps and Jquery tabs: Maps loads black rectangle over all content - Only in Google Chrome

Ok, I'm sure everyone here is sick of hearing about Gmaps and Jquery tabs given the amount of questions about it on here, but this is an odd one. Here is a screenshot of the problem: ...
-2
votes
0answers
37 views

android google maps distance matrix [closed]

Is there any good resources/tutorials to work out the distance and draw the route between the two markers for an android native app, using the distance matrix api. I have 2 longitudes and two ...
2
votes
1answer
83 views

How to draw routes in open street maps using Python/R?

I have data in the form of lattitude and longitude co-ordinates. I want to plot a route for those co-ordinates in OSM using either Python or R. Can somebody tell me where can I begin? I've not worked ...
0
votes
1answer
38 views

Google map javascript disable google logo link

I am using Google Maps V3 javascript API in a mobile app. A Google logo appears in the bottom left corner of the map, if it is pressed in Android it launches the Map application, I want to avoid this. ...
0
votes
0answers
16 views

Calling HTML geolocation iteratively to get accurate location

I coded up a simple html page that calls Safari to provide location of smartphone. The first time upon loading, the location was quite far off. The second refresh brought the location closer. The ...
0
votes
1answer
21 views

Nominatim make error “Missing input file”

I'm trying to install NOMINATIM, under the instruction point first installation instructions for the team of Make getting following error: Making all in osm2pgsql /usr/local/bin/protoc-c ...
0
votes
2answers
79 views

NoClassDefFoundError Due to Google Maps v2

I have recently had to update my SDK and ADT and since then I have been having loads of trouble with existing applications. My problem is that with one of my applications I am getting the following ...
0
votes
0answers
22 views

Retrieve latitude and longitude using google maps on cyrillic

I need to pin user location on google map using lot and lat from database. That is working fine, but, I have a problem inserting long and lat into database. This code will return long and lat for ...
0
votes
1answer
41 views

Number of roads at an intersection [closed]

I'm working on a project that requires me to find the number (and hopefully direction) of roads meeting at any intersection. Is there a service that offers this kind of functionality? Would it be part ...
0
votes
1answer
137 views

Android Google Maps API v2: FragmentManager.findFragmentById() always returns NULL

While developing an app that involves Android Google Maps API v2.0, I find that FragmentManager.findFragmentById() always returns NULL. I inflated the fragment from an XML file. I can get the View no ...
0
votes
0answers
18 views

Web mapping and image gallery RIA application

I am going to create Web portal, which I would like to be some kind of illustrated guide of city. In brief, It would be a union of Web mapping application and image gallery application. User should be ...
0
votes
1answer
25 views

Geolocation/Maps API Directions not displaying on map

In Safari I have an issue with the Google Maps API directions service. I use HTML5 Geolocation to display directions to a location on page load. Here is a page that uses this. ...
0
votes
0answers
57 views

Google maps API - snap multiple points each to nearest road

I'm trying to implement script which snaps multiple points and puts markers to nearest road (of each point). Coordinates are got from DB. I tried to use directionservice but as I was informed it's not ...
1
vote
0answers
59 views

D3 adding element to zoomed map

I have a map where circles (origin of people) appear when clicking on a legend. Additionally, it is possible to zoom in, and then, circles (and country path) are transformed (using d3.behavior.zoom). ...
0
votes
0answers
20 views

How can I from a desktop get a user mobile location. Google maps

I start a small google map project. On this project I make a request from the database and display all the locations on the map but I will like to add a extra function on the map. I will like to have ...
0
votes
1answer
23 views

Correct way to iterate through a Json structure in Javascript for locate google maps marker

I'd like to know why this function dont place any marker in my map. im passing from my servlet to jsp an object marker that contains his title and the coordinate, this is a sample ...
3
votes
3answers
329 views

Bug in Android Geofence Sample code? Can anyone please confirm?

I am not sure if this is a bug with the new Android GeoFence sample code or my understanding of what it is supposed to do is wrong. The sample app creates geofences but does not alert when geofence is ...
0
votes
0answers
89 views

GOOGLE Map Multiple Infobox and direction

I have gone a step ahead with including the google get directions embedded in my code alongwith a infobox. Now the problem is that I want to display multiple markers on the page with different ...
4
votes
0answers
85 views

Google maps markers not displayed in Chrome

Since the latest version of Chrome (27.0.1453.93 m / Windows 7) Google map markers in the Chrome browser will no longer be displayed. In IE10 and Firefox everything works fine. Example (Google code ...
0
votes
0answers
50 views

Maps values are maintaining some session

I have a typical problem on coding through java . Explanation : I fetch the database and get a list of 100 records or more, then i use to put this results in a list and added in a map . While ...
0
votes
0answers
47 views

Windows Phone 8: Nokia Maps “blinking” my location

As you can see, Nokia has a nice pushpin for my location, blinking from time to time http://winsupersite.com/site-files/winsupersite.com/files/uploads/2013/02/here-maps.jpg. I also have a pushpin for ...
0
votes
0answers
24 views

Draw OverlayWays with Mapsforge

I'm trying to draw a simple way, a route, in my Android app with Mapsforge. I have followed an example and I created single points, OverlayItems. But when I try to draw a route I don't see anything in ...
-1
votes
0answers
65 views

Python diamond square algorithm implementation

I'm quite surprised how little I can find on implementing the diamond-square algorithm in Python. I'm at a loss of why my implementation isn't working. I'm hoping someone could let me know if they see ...
0
votes
2answers
42 views

Move map (google maps) when clicking address

im making a Poll's application, and i get the coordinates from the mobile device that was used to make the poll. I would like to show a list with all the coordinates of where a Poll was made. And them ...
0
votes
0answers
23 views

Create autocomplete address field from google maps api avoiding the limits

I have used google maps api to create an address field that has autocomplete with the user starts entering the address. I have hit the daily limit and have read that it's possible to do client side ...
0
votes
0answers
41 views

Getting all pushpins that are on the map

So I'm on Windows Phone 8 with the new map control and I'm using the Windows Phone Toolkit Pushpin control to show geolocations on the map! Now what I need is to get a hold of all these pushpin ...
0
votes
1answer
78 views

Exclude marker from clustering - Google Maps Extension (Android app)

I'm using version 1.3.1 of the Google Maps Extension and am trying to exclude a marker from being clustered. I have one marker that is set in the onCreate method of my app and it represents My ...
0
votes
2answers
78 views

Google Maps Android API v2 - restoring map state

I'm building a very simple map app using Google Maps Android API v2. As expected, when the user leaves and then returns to the app, any changes they've made in location, zoom, etc. are lost as the ...
1
vote
0answers
24 views

Is there a way to display a google maps with a route from a Facebook app without needing a backend?

So I've got a mobile app that tracks a user's route. (cycling app.) I'd like to create a Facebook app that I can use to display their route on Facebook. Is this possible to do without requiring a ...
0
votes
1answer
93 views

Check if Google Maps Android V2 didLoad / isCached Map (OFFLINE MODE)

Hey I want to be able to manually check or subscribe to a service which can notify me if the map was unable to load (in offline mode) due to it not being cached at the deep enough level. This would ...
-1
votes
1answer
42 views

Return GeoJson with Django

I am trying to return a set of coordinates to draw points/rectangles over a map. Currently I'm using Polymaps, but I'm thinking about moving to openlayers, which has examples more clear for a ...
0
votes
0answers
19 views

returning a list of results from a place search [duplicate]

This is perhaps one of the more basic questions but I've had a look through other threads and not managed to find the answer I'm looking for. How would go about creating a list of "stores" for a ...
0
votes
0answers
33 views

Google Maps API v3 click events not fired while using DrawingManager

Consider this code // There's a global var map which is a reference to the google map google.maps.event.addListener(map, 'click', function(event) { // Some code here... }); var dm = new ...
0
votes
1answer
55 views

Showing info window outside the google map

I have implemented google map with zip code polygons i.e I am drawing certain zip code polygons over the map using different zip code co-ordinates. Over the zip code polygons I am showing the market ...
2
votes
1answer
51 views

How do I construct polygons from an array of edge start points and end points?

I am using Voronoi polygons to lay out my map, and have a function that returns a list of edges of the polygons, so when drawn the edges look like this, which was my goal. However, I need to store ...
2
votes
0answers
16 views

google street view on a mobile

Does anyone know why the same iframe embedded Google streetview works fine on a desktop, but on a phone or tablet it just shows a regular map? This is profoundly annoying! - our location is ...
0
votes
3answers
43 views

get coordinates by clicking on map (openstreetmaps)

How can we get the coordinates of a point by clicking on it in open street maps? tried: public void onClick(View v) { Projection proj = mapView.getProjection(); IGeoPoint p = ...
0
votes
2answers
55 views

Google maps update jquery mobile problems

I want to use the latest version of the JQuery Mobile and I have problems because the Google Maps doesn't works now... With the version 1.0a2 the google maps works fine but now with the version 1.3.1 ...
0
votes
0answers
38 views

Google Map Problems Map not displaying

I have done the google map where there should be a lookup on a MSISDN number. The problem i have everything works but no map is shown. I have looked at everything everything works great. The cords are ...
1
vote
1answer
38 views

Alternative to standard Windows Phone 8 Map Control

Does anyone know of any good alternatives to the Windows 8 Microsoft.Phone.Maps.Controls.Map control? The standard control doesn't allow me to override the Bing basemap with my own custom tiles. I ...
0
votes
1answer
35 views

Disabling labels in Windows Phone 8 Map Control

Is there any way to disable place names, road names, etc. from showing on the Microsoft.Phone.Maps.Controls.Map control? I'm showing a custom TileSource over the top of the Bing basemap but the ...
-1
votes
0answers
64 views

Google Maps new UI on Android [closed]

I've watched the Google I/O Keynote, and they show a new UI like this : And I wondered how they did the bottom bar. That's exactly something I want to do on a Google Maps application. This bar is ...
0
votes
0answers
43 views

Mobile Tracking android application sends location to a webserver and determines location on a static image

I am working on a project of location tracking within a building of my university. I have a map which shows where all the access points are located in the building. I developed an android app which ...
0
votes
0answers
10 views

No map displayed with a huge number of Markers

I'm working on a web application for my university and we would like to show the position of all ex-students living all over the world. We have a database with over 60.000 students and about 55.000 ...
0
votes
1answer
29 views

Api Google Maps - highlight roads in a radius of kilometers (not a circle around a point)

How can i highlight roads within a radius of miles from a specific point? (not a circle around the point)
-1
votes
1answer
68 views

Optimize my application - Android [closed]

I'm building my first android application using Maps, and I reach the point where all works, but I think I'm doing it wrong and my application is really slow. I wish I could tell you how I build it ...
2
votes
1answer
42 views

How to find Google Maps information like Hotels,Fuel Station, Bus Station…?

Hello Guys is it possible to find Hotel, Fuel Station, Bus Station location nearby using Google Maps API. I am currently working on an app but haven't worked with Google maps before. Can any of you ...
0
votes
2answers
42 views

Center and auto zoom google map

;) I'm a not so familiar with the Google Maps API yet but I was able to figure out most questions a beginners faults. ;) But what I don't get is to center the map between the two markers I set and to ...

1 2 3 4 5 70