Top "Map" questions

A dictionary maps keys to values allowing efficient retrieval of values by keys.

scala: How to pass an expanded list as varargs into a method?

When creating a Map in scala, I call Map(entities.map{e => e.id -> e}), and I …

scala map variadic-functions
How to read external GeoJSON file from openlayers?

I have to draw some lines by OpenLayers. The line features are coded as GeoJSON format. My code is ok …

map openlayers geo geojson
Is there a good way to have a Map<String, ?> get and put ignoring case?

Is there a good way to have a Map<String, ?> get and put ignoring case?

java map case-insensitive
How can i get the nearest significant town or city from google maps?

Is this possible? I have users who will show where they live on a map, if this isn't a large …

google-maps map reverse-geocoding
How to create map tiles from OpenStreetMap offline, display it on Android?

What I want is to display a simple offline map using OpenStreetMap. I cannot find in the web the right …

java android map openstreetmap
Mongo Database save data from Map

I have the below code which works: if (aDBCursor.hasNext()) { DBObject aDbObject = aDBCursor.next(); aDbObject.put("title", "Test Title"); ArrayList&…

java mongodb map mongo-java
Get coordinates on tapping map in android

I'm trying to make something like this: I have a mapactivity and when the user taps the map it shows …

android map touch coordinates tap
Partial search in HashMap

I need to create phone book kind of thing. It contains name & number. Now when I type letters matching …

java map filtering
How can I convert a LazySeq of Characters to a String in Clojure?

Let's say I have a LazySeq of java.lang.Character like (\b \ \! \/ \b \ \% \1 \9 \/ \. \i \% \$ \i \space \^@) How can I convert …

map clojure types primitive-types coercion
Leaflet.js: Open all popup bubbles on page load

I'm trying to work out from the Leaflet.js docs how it would be possible to open more than one …

map cloudmade