The tag has no wiki summary.

learn more… | top users | synonyms

54
votes
12answers
29k views

What is the ideal data type for latitude / longitude?

I'll be performing calculations on lat / long pairs, what datatype is best suited in MySQL database?
44
votes
9answers
24k views

What's the difference between ConcurrentHashMap and Collections.synchronizedMap(Map)?

I have a Map which is to be modified by several threads concurrently. There seem to be three different synchronized Map implementations in the Java API: Hashtable Collections.synchronizedMap(Map) ...
43
votes
12answers
48k views

How do I calculate distance between two latitude longitude points?

Here's an easy one for you: How do I calculate the distance between two points points specified by latitude and longitude? EDIT: For clarification, I'd like the distance in kilometres, the points ...
27
votes
4answers
9k views

C++ map access discards qualifiers (const)

The following code says that passing the map as const into the operator[] method discards qualifiers: #include <iostream> #include <map> #include <string> using namespace std; ...
20
votes
5answers
3k views

Mapping a function on the values of a map in Clojure

I want to transform one map of values to another map with the same keys but with a function applied to the values. I would think there was a function for doing this in the clojure api, but I have been ...
19
votes
10answers
2k views

Which is your favorite Maps API and why?

I was looking at Google's, Yahoo's and Microsoft's mapping APIs. Are there major feature differences? Are there others I should be seriously looking at?
16
votes
6answers
4k views

Android: automatically choose debug/release Maps api key?

Is it possible to automatically detect, which certificate was used for signing APK? I'd like to have both debug and release Maps certificates in application and pass valid one to MapView constructor. ...
16
votes
2answers
6k views

using BOOST_FOREACH with std::map

I'd like to iterate over a std::map using BOOST_FOREACH and edit the values. I can't quite get it. typedef std::pair<int, int> IdSizePair_t; std::map<int,int> mmap; mmap[1] = 1; ...
16
votes
5answers
24k views

How to invoke iPhone Maps for Directions with Current Location as Start Address

I know it's possible to start the iPhone maps application by calling openURL on a google maps URL with parameters saddr and daddr with location strings or LatLong (see example below). But I'm ...
14
votes
5answers
15k views

bing maps cost money?

I am building a new web site in asp.net, and im newbie with using maps. For my web site i will need the following functionality: display a map of specific location. display route map between two ...
12
votes
5answers
3k views

Open alternatives to Google-maps?

I'm looking for an alternative to Google-maps with all the richness of their API but more open. Does such a thing exist?
12
votes
9answers
6k views

What is the best way to create a sparse array in C++?

I am working on a project that requires the manipulation of enourmous matrices, particularly pyramidal summation for a copula calculation. In short, I need to keep track of a relatively small number ...
11
votes
4answers
1k views

Good books on cartography/GIS programming? [closed]

I'm looking for some recommendations on good books that cover cartography and GIS from a programming perspective. I'm not talking about books that concentrate on some concrete GIS technology or GIS ...
11
votes
11answers
7k views

How can I detect the last iteration in a loop over std::map?

I'm trying to figure out the best way to determine whether I'm in the last iteration of a loop over a map in order to do something like the following: for (iter = someMap.begin(); iter != ...
10
votes
1answer
1k views

Sencha Touch - Map.Geo = null

I am trying to follow this simple tutorial on Sencha Touch http://dev.sencha.com/deploy/touch/getting-started.html I keep getting the JavaScript error: Uncaught TypeError: Cannot call method 'on' of ...
10
votes
6answers
7k views

Options for Google Maps over SSL

We recently discovered that the Google Maps API does not play nicely with SSL. Fair enough, but what are some options for overcoming this that others have used effectively? Will the Maps API ...
9
votes
4answers
6k views

Convert Lat/Longs to X/Y Co-ordinates

I have the Lat/Long value of New York City, NY; 40.7560540,-73.9869510 and a flat image of the earth, 1000px × 446px. I would like to be able to convert, using Javascript, the Lat/Long to an X,Y ...
9
votes
4answers
3k views

Clustering Algorithm for Mapping Application

I'm looking into clustering points on a map (lat/longs). Are there any recommendations as to a suitable algorithm that is fast and scalable? @Gilligan: Yes - I have a series of lat / lngs, and a ...
9
votes
6answers
3k views

Best .NET Wrapper for Google Maps or Yahoo Maps?

I need to do a quick demo app using Google Maps (or Yahoo Maps, or any similar service). So far I haven't had much luck finding .NET wrappers for any of these services. Any suggestions or pointers? ...
8
votes
5answers
328 views

Scala: Merge maps by key

Say I have two maps: val a = Map(1 -> "one", 2 -> "two", 3 -> "three") val b = Map(1 -> "un", 2 -> "deux", 3 -> "trois") I want to merge these maps by key, applying some function ...
8
votes
4answers
1k views

Accessing the last entry in a Map

How to move a particular HashMap entry to Last position? For Example, I have HashMap values like this: HashMap<String,Integer> map = new HashMap<String,Integer>(); map= {Not-Specified ...
8
votes
3answers
9k views

Get the distance between two geo points

I want to make a apps that check what's the nearest place from where the user is. I can easily get the location of the user and I have a list of places with latitude and longitude. What would be the ...
8
votes
2answers
1k views

Highlighting whole street with some maps API

Is there any way to highlight/display on Google/Bing/(any other map provider) Maps whole street (from the beginning of the street to the end of)? I know the existence of Polyline in Google Maps API, ...
8
votes
3answers
2k views

Calculate longitude/latitude

Given the following input: known longitudes/latitudes of 1..n locations known distance between locations 1..n and another location "m" How can I calculate the longitude/latitude of the location ...
8
votes
11answers
3k views

What is the best way to read, represent and render map data?

I am interested in writing a simplistic navigation application as a pet project. After searching around for free map-data I have settled on the US Census Bureau TIGER 2007 Line/Shapefile map data. ...
7
votes
1answer
851 views

Android Maps Point Clustering

Is there any code for Point Clustering in android? How can i load thousand pinpoint without having performance issues?
7
votes
2answers
6k views

Google Maps API v3: Group markers?

I'm using Google Maps with API v3. I will add many markers, now got question, is there posibility to group markers? For example, by city? I'm using a small snippet to creating sidebar with markers ...
7
votes
4answers
5k views

google maps v3 API mouseover with polygons?

I'm building a map using the google v3 api because it is way faster. Essentially, it's a map of an area with about 30 cities with polygons over the regions. When a user hovers over a city, I want the ...
7
votes
6answers
7k views

Get latitude/longitude from address

How can I get latitude and longitude from a full address (street, city, etc.) input by the user, using the iPhone SDK 3.x?
7
votes
4answers
548 views

Territory Map Generation

Is there a trivial, or at least moderately straight-forward way to generate territory maps (e.g. Risk)? I have looked in the past and the best I could find were vague references to Voronoi ...
6
votes
1answer
129 views

R maps package - how to draw lines between countries?

In R, using maps package, and gcIntermediate function, how do I draw lines between two countries? It needs lat-long, but I'm not sure what lat-long should I give for countries (say I want to draw a ...
6
votes
4answers
208 views

Improving Canvas performance

I am developing a Maps like application using WPF. I have ~10,000 PathGeometry, Shapes added to the canvas. I have added ScaleTransform and TranslateTransform for zooming and panning controls. The ...
6
votes
1answer
236 views

Can anyone help me get this map app working?

The problem is that my map isn't showing. It's just the grid that shows when you (for example:) haven't got the INTERNET permission. Here's my java class: public class MapClass extends MapActivity { ...
6
votes
0answers
267 views

Using Bing Maps REST Services on BlackBerry?

Are there any third party libraries or SDK's - commercial or open source - that would provide a straightforward way to integrate Bing Maps in a BlackBerry application? Now that Bing Maps Mobile is ...
6
votes
1answer
2k views

Merge STL map's

How can I merge two STL maps into one? They both have the same key value types (map). If there is overlap of the keys I would like to give preference to one of the maps.
6
votes
2answers
884 views

Encoded polylines using JQuery

I've been given some encoded polylines to display on a google map. However I'm using JQuery for a lot of the front end functions and am now stuck trying to find the correct syntax for displaying ...
6
votes
1answer
2k views

Auto-size zoom on Google Maps in java? (depending android screen resolution)

i've got 2 GeoPoints given to show them on the map with markers... so far so good... how can I get the optimum zoom level for the MapController in order to focus the middle of both points, but also ...
6
votes
3answers
2k views

Google Maps API Key alert problem

I have a problem with my Google Maps API key. I get an alert saying "This web site needs a different Google Maps API key." When I prees OK to the alert the map are loading and working fine. The same ...
6
votes
5answers
1k views

REST API for driving distance?

Is there a service that will give me the driving distance between two addresses? Apparently Google Maps API requires you to display a map, which I don't want to do (on that particular page), and I'd ...
6
votes
3answers
1k views

Solutions for many markers in the same coordinate, Google Map mashup

I am making a mashup where thumbnails will be shown over a google map. The problem is that many thumbnails will share the same coordinate. So if I plot them like markers, they will be one on top of ...
6
votes
2answers
5k views

Open the iPhone map application via link to Google maps with KML as query

How does one force the iPhone map application to open when the link on a web page goes to maps.google.com/?q=http://example.com/mapdata.kml? If I open the map application and specifically put ...
6
votes
2answers
1k views

Drawing irregular concentric circles using Google Maps

I have a bit of a problem. I am trying to do the following using Javascript & the Google Maps API v2: I can draw individual circles just fine using formulas found all over the Internet. The ...
6
votes
2answers
6k views

How can I get latitude, longitude from x, y on a Mercator map (JPEG)?

I have a Mercator projection map as a JPEG and I would like to know how to relate a given x, y coordinate to its latitude and longitude. I've looked at the Gudermannian function but I honestly don't ...
6
votes
4answers
5k views

Openstreetmap: embedding map in webpage (like Google Maps)

Is there a way to embed/mashup the OpenStreetMap in your page (like the way Google Maps API works)? I need to show a map inside my page with some markers and allow dragging/zooming around, maybe ...
6
votes
2answers
6k views

Scala Map: mysterious syntactic sugar?

I have just found out this syntax for a scala Map (used here in mutable form) val m = scala.collection.mutable.Map[String, Int]() m("Hello") = 5 println(m) //PRINTS Map(Hello -> 5) Now I'm not ...
6
votes
8answers
2k views

Open-source fractal maps

I'm interested in creating a game that uses fractal maps for more realistic geography. However, the only fractal map programs I have found are Windows-only, for example Fractal Mapper. Needless to ...
6
votes
5answers
1k views

What's the best way to do a mapping application for the iPhone

So I'm looking at writing an iPhone application that shows things on a map. What frameworks/methodologies are out there for doing this? Searching around on Google, I could only find this one: ...
6
votes
5answers
2k views

Mapping values from two array in Ruby

I'm wondering if there's a way to do what I can do below with Python, in Ruby: sum = reduce(lambda x, y: x + y, map(lambda x, y: x * y, weights, data)) I have two arrays of equal sizes with the ...
6
votes
4answers
2k views

Mapping latitude/longitude to a distorted map

I have a bunch of latitude/longitude pairs that map to known x/y coordinates on a (geographically distorted) map. Then I have one more latitude/longitude pair. I want to plot it on the map as best ...
5
votes
0answers
61 views

Is there any free option to replace Google Maps satellite view? [closed]

Since next month Google will charge sites using more than 25K maps impressions per day. I'm looking for options to replace Google Maps with some free service. All I need is satellite imagery of a ...

1 2 3 4 5 29