A dictionary maps keys to values allowing efficient retrieval of values by keys.
When creating a Map in scala, I call Map(entities.map{e => e.id -> e}), and I …
scala map variadic-functionsI have to draw some lines by OpenLayers. The line features are coded as GeoJSON format. My code is ok …
map openlayers geo geojsonIs there a good way to have a Map<String, ?> get and put ignoring case?
java map case-insensitiveIs this possible? I have users who will show where they live on a map, if this isn't a large …
google-maps map reverse-geocodingWhat I want is to display a simple offline map using OpenStreetMap. I cannot find in the web the right …
java android map openstreetmapI have the below code which works: if (aDBCursor.hasNext()) { DBObject aDbObject = aDBCursor.next(); aDbObject.put("title", "Test Title"); ArrayList&…
java mongodb map mongo-javaI'm trying to make something like this: I have a mapactivity and when the user taps the map it shows …
android map touch coordinates tapI need to create phone book kind of thing. It contains name & number. Now when I type letters matching …
java map filteringLet'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 coercionI'm trying to work out from the Leaflet.js docs how it would be possible to open more than one …
map cloudmade