maps

Google Maps inside Delphi 2009 Application

Hi, In this project my aim is to create a software via GoogleMaps in Delphi 2009, it will be like this one but in different way. In this project the user can add a point on the map and in every point beside the icon I will add some information and these information should be relate with the icon, so if the user want to click on one of t...

Image map image replacement onMouseOver

I'm looking to have a full page image with a section of the image that, when hovered over, changes the image to a colored version of the original black & white image. I tried doing this with image maps & onMouseOver, but didn't have any success. There are only two images being used, a color and a black and white one. I just want to hav...

Blackberry Maps closing oddly. Not Google maps.

I'm having some trouble finding documentation on CLOSING a blackberry map. My map opens, albeit with some odd marker behavior, but when you close the map it displays a clear screen. The invoke code is quite simple, as the map request calls a new controller and within the constructor is this: String document = "<location-document>... et...

Where can I find a RESTful list of bars and restaurants close to a user?

I want to create a mobile application that finds restaurants, bars, and other interesting places close to a user. However, I don't know how to find a list of all these restaurants and other places, without doing this myself. Is there some sort of service that offers a RESTful way to get this data? Does Google Maps to do something like t...

Blackberry Maps does not set markers correctly.

I'm calling the BB Maps (not google maps) and trying to set multiple markers, but somehow the marker in position 1 always fails to label correctly. When I hover over the first item in the xml, it highlights the second element and draws the quote box for that item. Yet, the marker for item in position 1 is correct. The code below draws th...

different map icon for each user on single google map, multiple markers colours on single map

hi i am new to google maps api. i have a social app that diasplays the registerd user on a google map. App is based on Django. I have a little snippet to display the google maps. here is the code. <html style="height:100%;"> <head> <title>HOtNet MAP</title> <script src="http://maps.google.com/maps?file=api&amp;amp;v=2&amp;amp;"...

Where to find ocean and earth data maps usable to simulate water depth level?

Searching on USGS I did not find something easily usable without passing from GIS or similar. I need only something easy to use, like a high map resolution of the Earth without and with ocean. Have you some hint or advice on how to convert available GIS data? P.S. Ok, found a starting point, not what I really need but anyway something...

UK: How do you get maps of council locations on Google maps? (Like twitter does)

On twitter, on a geotagged tweet, it now says something like: From North hertfordshire, hertfordshire And when clicked you see a map, with a polygon showing the area of north hertfordshire. They seem to have done it for all councils in the UK, rather than cities or town s. Is this information publicly accessible - lists of councils and...

Query Query Task Silverlight with ESRI Maps

Where can i learn how to query the layers of an ESRI Map? Can anybody please help me. It is urgent. I need to query the layer of esri maps and store the data in dictionary. Pls help ...

Android - Distance between two Cities

Hi, I need in my Android Application the Distance and the Driving Time between Two cities. Is there a possibility to calculate this things for example via Google Navigator or Google Maps? (the driving distance, not the air-line distance) ...

mapkit annotations - displaying more than one location pin

does anyone know how to display more than one location on a map? i have a map w/ one pin at a lat/long point. I'd like to have pins for many locations. another related question - if i wanted a map to display all McDonalds in the California, for example, is there a way to do this by feeding a search result from google maps into my app? ...

Plotting a smoothed area on a map from a set of points in R

Hi, how do I plot an area around a set of points on a map in R? e.g. map('world') map.axes() p <- matrix(c(50, 50, 80, 100, 70, 40, 25, 60), ncol=2) # make some points points(p, pch=19, col="red") polygon(p, col="blue") ... which gives me a polygon with a vertex at each of the points, but it looks rather crappy. Is there any way to "...

Groovy map - keys with space

I have a map in groovy that looks like the following... def book = [Title of Book: "Groovy Recipes", Author: "Scott Davis", Number of Pages: "241"] I add my each 'book' into a BookList and would like to be able to get each value later on but when I try something like... BookList.Title of Book[0] //prints something like Title[0] inste...

Fast String Collections in Java

I am using Java and I am looking for String Collections (Sets and Lists) that are optimized in space and are fast. My strings are of fixed size: either 3 or 5 chars long. Please suggest to me if there are any collection libraries available that can be best suited to me. I was thinking of some dictionary based collections. Thanks. ...

How to make the whole list of GeoPoint display on the google maps?

Hey guys, I have the Uncertain number of GeoPoint, i want to display them all on the google maps. I don't know how to do it. thank you! ...

Google Maps API - Resizing generates blank white space

Hi, I'm working on what it looked to be like a very simple feature which is causing a little bit of a headache. I work with a GIS and we integrate it with Google Maps. One of the clients requested to be able to open a separate pop up window showing only the map. Opening the window wasn't a problem, but as I try to expand the width of t...

Implementation suggestions for creating an expression later used to evaluate the contents of a map in c++?

...

iPhone: GPS on custom map + CATiledLayer

Really hope someone can help me as I'm a bit stuck :S I have a custom map of an event using the CATiledLayer so users can zoom in and scroll around the map. What I would like to do now is add the functionality to let the user know where they currently are on the map. I know it can be done as I've seen an app do this before. I'm not sure...

jquery grab Google Maps API elements

Hi, I'm trying to get all of the links in my marker's InfoWindow to have a different behavior but I'm not able to grab them with jquery. When are they actually rendered to the dom? I'm currently calling them the $(document).ready(function(){ function. I also tried calling them directly after I create the markers. createMarkers...

Google Maps API - Drop a new pin

I'd like users to be able to drop a pin on my custom Google Maps integration, similar to the ability to do this in the "My Maps" section on Google. I can't find anything about allowing a user to drop new pins through the API though. Can anyone provide some info or point me to the right direction? Thanks! ...