0
votes
0answers
24 views

Blank screen Google Maps API V3

As title say, i just have blank screen when trying to add the geocoding Function to my Map. If i leave the map alone with the marker it works fine. But in the moment i add the geocode Function it just ...
-1
votes
2answers
30 views

Library or API for map display in Java [closed]

I'm currently developing a software in java in which I need to display a map of the world and points (with latitude and longitude) that will probably move. I'm wondering what is the best API or ...
1
vote
0answers
15 views

Digital Signature for Geocoding API

We have purchased the google maps license and wanted to use the Gecoding API web service to generate the Lat and Long for the given address. I would like to know do i need to generate the Private key ...
0
votes
0answers
29 views

Easy way to manage multiple address returned from getFromLocationName

In my MapActivity I show a Dialog where the user can type the name of the city and the map in going to be centered on that point after using getFromLocationName(). Right now I am using ...
0
votes
0answers
100 views

web API that provides spatial data polygon based on search term?

We are developing ASP.NET MVC application, and we will be using (most probably) google maps for presentation layer. Right now google maps api v3 is providing very good ability to draw polygon layer ...
1
vote
1answer
120 views

Idea or tool for distribution of power force (people) geographically [closed]

I have a lot of places with coordinates, I have people that maintain those places when something goes wrong. I'm looking for a way to place the field people so they be the closest possible to the ...
1
vote
2answers
125 views

Javascript Map of United States with Geocoordinate Plots

I'm looking for an open source or inexpensive option for a simple map of the united states to plot geo points on OR fill in states with colors like Google Analytics does for traffic. I don't want ...
0
votes
0answers
108 views

Google Maps API: Pazzy's Store Locator for Wordpress not working with particular post code

on one of our sites we use the Pazzey's Store Locator plugin to allow users to find all the pubs that stock the brewery's beer. Everything works fine, except for one area of post codes. When you ...
1
vote
1answer
228 views

I want to use openStreetMap data to render roads in openGL, where should I start?

What I have in mind is that user will select the part of world he/she wants to generate roads and retrieve openStreetMap data and use it to render roads in openGL. On searching the web and ...
0
votes
1answer
165 views

how do I map (on a geographical map) data in R just given the US Zipcodes

for a school project I have to map some data on a geographical map in R. Therefore I've got some data containing the zipcode and many other information (just no more information on the state, county ...
1
vote
0answers
149 views

Maps API search with areas/polygons to find everything inside area

I need your help. I'm developing a site where I need a search like the google maps search feature, but with the feature of searching with areas. Example. Let's say I'm building a site to show all ...
0
votes
1answer
144 views

How to open Plan app with location from webpage link in iOS6?

On iOS <= 5, i only use: <a href="http://maps.google.com/maps?q=48.853873,2.336883">See Paris on "Plan"</a> and safari open the link in plan On iOS6 this link is open in googlemaps ...
0
votes
0answers
96 views

What is needed for Geocoding in android?

I was trying to mess around with Geocoding and got the "Couldn't get connection Factory client" & "java io Service not available error" so I read around and tried the various workarounds for it ...
0
votes
1answer
149 views

Google maps api - Streetview, geocoding and pov heading

I'm trying to show a streetview of a property and angle the streetview camera towards that property. The latlng of the property is geocoded using the address and google's geocoding service. Using ...
-1
votes
1answer
376 views

API etc. to get shortest pedestrian path between two geo coordinates

Is there any API or so available that takes 2 geo coordinates as input and returns the shortest pedestrian path as, e.g., list of geo coordinates in any form? I found this option where I can download ...
0
votes
1answer
26 views

Position noise sources on blank map?

I am going to describe the experiment. I have a big field, huge field. In that field there are trees, bushes and multiple speakers (5). Those speakers don't move and emit a unique sound. I also have ...
4
votes
1answer
479 views

Google Maps Shading of Australian Suburbs

I need a way to shade Australian suburbs in different colours based on my input. Not sure of how to do this with Google Maps API. Google maps has Australian suburbs boundaries and I want to tell ...
0
votes
2answers
591 views

Get the lat and lang from the Geo coding API?

I want to get the latitude and longitude positions from the Geo Coding API. I wrote the following code for that. package com.appulento.mapsexample.pack; import android.graphics.Point; import ...
0
votes
1answer
743 views

Google maps user-editable polygon with fixed number of points?

Ok, here is my problem, I'll put a picture to illustrate it easier. I need the user to draw some polygons, representing the coverage area. The polygon needs to have fixed number of points ...
0
votes
1answer
915 views

Reverse Geocoding not working to get the address

I have written the code for google maps it is working fine and showing locations also.Now i am trying for reverse geocoding so that i can get the address of the lattitude & longitude coordinates ...
2
votes
1answer
341 views

Google Maps - search within bounds / viewport

I want my search to only return hits within the map/viewport. I zoom in over Britain and search for London with the map bounds, but the response also return 3 hits in the US. How do I limit the ...
3
votes
1answer
442 views

Google Maps API v3 - Hide markers not from the country selected

Hi guys is it possible to hide markers that are not from a particular country, eg I have a dropdown menu with England, Wales, Scotland etc.. If the user selects Wales - the map zooms to Wales and ...
1
vote
2answers
947 views

How to return address types from google maps geocode?

I am currently using the google maps api to geocode locations on the map and return the address of the street. I currently return the address with the following code: function ...
0
votes
1answer
184 views

Cloudmade map api

I am looking for a solution for cloudmade that will let me click a point on the map and set a radius for a circle. I was wanting to get the cleanest interface to do this. I looked on the cloudmade ...
2
votes
0answers
378 views

Is there a way to implement offline geocoding on an offline openstreetmaps sqlite map tile database in iPhone?

I have displayed openstreetmaps tiles using map2sqlite in my iPhone app. Now I wanna implement gecoding features like showing a marker on a specific location in the offline map. Any ideas?
0
votes
1answer
292 views

Getting the longitude and latitude of a region from a webservice

I am building a JS application which uses google maps and needs the ability to have polygons over the states (the same shape as the state) to which colors can be applied. Something like this: ...
0
votes
1answer
153 views

How do you plot geo-encoded locations on a custom map?

I have a number of events in the US. I have addresses for these events, but it varies in accuracy. Some might be the full address, some might be just "Austin, Texas". I'd like to plot these ...
0
votes
0answers
105 views

google maps api not returning full address when i enter post codes

On my wordpress web site i have two fields where the customer enters "to" and "from" post codes and upon entering these they are provided with suggestions (a bit like sat nav where uyou enter the post ...
2
votes
1answer
663 views

Fill continental areas in geographical maps created with R

I try to get into creating geographical maps using the maps-package in R. I'm not sure if this is the "package of choice". I tried to draw a map of the world with a bluish background, white ...
0
votes
2answers
248 views

Geocoding Code not Working - Googlemaps

I am trying to use geocoding to take an address, work out the longitude and latitude and then display an overlay on the map. I am using the below code, however the log entry Log.e("Found",""+lat); ...
1
vote
3answers
890 views

Getting approximate location without using GPS (Windows Phone 7)

is there a way to find out the location without using GPS on the Windows phone 7. It's okay if ts approximate, as i want to get the city (not the precise longitude and latitude).
0
votes
1answer
297 views

help geocoding a vb.net dataset

i am looking to map a dataset of addresses on a map. basically, i want the users to type a street name in my town and be able to see the houses that have signed up already on that street. so a ...
1
vote
0answers
348 views

could not connect to the internet

I'm using CLLocationManager to determine the current location and i'm using maps.google.com for reverse geocoding. Whenever I switch from wifi to 3g network and try to run my app which gets the ...
0
votes
1answer
357 views

How to make geocode request without callback in bing maps version 7?

Is it possible to make geocode request without specify callback function like it was in 6.2 version? I need to receive location data in function from which was executed geocode request.
0
votes
1answer
180 views

Sync with Bing Maps geocoding services globally

my company has numerous locations throughout the world that require incredible response times for geocoding and reverse geocoding services...each location will submit global addresses and lat/longs ...
0
votes
1answer
353 views

Google Maps Javascript v3 question, how do you pass the location through URL instead of form input

I would like to use the google's geocoding like this: http://code.google.com/apis/maps/documentation/javascript/examples/geocoding-simple.html But is it possible to pass the location through the ...
0
votes
1answer
470 views

Is there a limit on number of placemarks returned by Google Maps Geocoding API v2?

So, the question is: is there a limit on number of placemarks returned by Google Maps Geocoding API v2? I searched through the web but this limit (if it exists) is nowhere explicitly stated. However ...
0
votes
1answer
704 views

Android Get names and coordinates of all places (similar to google places)

I am working on an application which displays all the hospitals,coffee bars on a map, near to the user in android. Any idea how to get these details. Something similar to google places application. ...
0
votes
1answer
2k views

Call Google Geocoding API method synchronouslly

I need to know marker's address when I change markers postition. Basically I have a method: function addNewMarker(latLng) { geocoder.geocode({'latLng': latLng}, function(results, status) { ...
0
votes
1answer
537 views

Google Maps Geocode - Wildcard searches beyond exact matches

Anyone know if the Google Maps Geocoding service can return results including locations that start with the search term when it finds an exact match for the search term? Here's my example In ...
0
votes
1answer
398 views

get adress from reverse geocoding

in my application, i got a map that show the location of the user. But i also need to get the exact adress of where he is and put it in a string. Any idea how it works? thx
2
votes
5answers
8k views

Customize OpenLayers Control

How can I easily customize OpenLayers map controls? Or at least, how can I minimize the controls' height? Thank you. PS. Is there any CSS override?
0
votes
1answer
282 views

Yahoo Maps Geocode

How Do I work around a problem with the yahoo map geocode result set? The result set being returned is wrong. The city field contains the city, region and postal code. As seen below. Is there a way ...
12
votes
6answers
15k 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?
8
votes
5answers
12k views

Is there a way to access the Bing Maps geocoding API via REST?

Is there a way to access the Bing Maps API via REST to obtain geocoding information from an address? This is something that's trivial to do with Google and Yahoo; what I'm looking for is ...
0
votes
3answers
3k views

Building density maps with large geocoded datasets?

I have a data set with over 50,000 geocoded points (lat-long). Each point has a set of data associated with it -- things like quality, status, etc. I'd like to make a set of density maps showing the ...
5
votes
7answers
8k views

Geocode database

Can I download address,city,state,postalcode - latitude/longitude information, that can be loaded to a db for US alone.. Also do comment about their accuracy and coverage.. I suppose all GPS devices ...
2
votes
1answer
5k views

Using the google maps api for reverse geocoding lat/long from iPhone

I am currently using the google maps' reverse geocoding API to convert long/lat received from an iPhone's CoreLocation API into city/state information on a google app engine server. Would this be ...
2
votes
2answers
2k views

Google Maps Geocoding problem

I am playing around with Google Maps for the first time. And I am struggling to extact some information about the location where the marker is. I have set up an example for you to see. The problem ...
1
vote
1answer
1k views

Determining if a lat-long circle and a circle on a sphere overlap

I am creating an application with Geo Proximity Search capability using PHP as server scripting language and MySQL as Databse. Consider a situation: Where we have certain set of objects having ...

1 2