I'm trying to find out the limit for reverse-geocode lookups on iPhone, are they per application/per device and how many per day? The doco just states:
MKReverseGeocoder
Each Map Kit application has a limited amount of reverse geocoding capacity, so it is to your advantage to use reverse geocode requests sparingly. Here are som...
I'm having a problem with getting my Google Maps API key to work. I originally had the problem when trying to access http://dev.domain.com using a key generated for http://domain.com, however I subsequently tried generating a key for http://dev.domain.com and it still didn't work.
I get the typical This web site needs a different Google...
I have an app in J2EE with a couple of projects. Got my .war project that communicates with a EJB business project which has access to some Data.
I have an entity which has some information about places, and I want to show a collection of those places in a single map on a JSF page.
I have a Collection of coordinates to be assigned as ...
I am a new user in the iPhone application. I wanted to show pins in my MKMapView. How can i do it?
Give me some valuable suggestions.
...
Well i want to upgrade contact page with dynamic map showing location and give oportunity to calculate route for comapny headquatters. Id it necessery for such simple task use Google api? i mean here generating akey etc? Fo i have any other alternatives to google maps?
...
I am develping the google map web application with the help of user control (Google Map Control for asp.net).
I have a aspx page on which I am using google map control & creating various google point & polylines on code behind.
Now I want to write some class as googlemapIntegration in special class library which contains method like ...
I am new to Android software development and new to this site. I am hoping someone might have some experience with the problem I am having.
I've been following the Hello, MapView tutorial in order to not only learn the Android framework, but also the Google Maps library. I've tried my best to implement things exactly as the tutorial h...
I've looked at Google's map API, which is all javascript and terribly slow on the iPhone. I then tried using the link option available at maps.google.com. That is fast but I can't see having much control over it. It also displays a little search box at the top of the map. Google's API says you must use maps in a website, which the iP...
Hi,
I am trying to submit an HTTP request via AJAX from the client to the Google Maps Geocoding service. I keep getting a status of 0.
I know the request is valid because when I enter the URL right into the browser address bar I get a valid result. Here is the code (assume 'url_string' has a valid url to the geocoding service - I hav...
Hello,
How can I display a digit inside the GMarker ?
I used title, but it is only on rollover like title on links or image.
Do you have any idea how I can do that ?
...
I want to be able to plot every hospital within 10 miles of my current location on the map in Android. I've already started with this code as a base (http://android-er.blogspot.com/2009/11/androidlocation-with-zoom-level-control.html) I just need to plot the locations of hospitals without switching to another screen.
...
Hello,
Im trying out the Google Maps API Geocoding feature.The map loads fine, but im facing an issue with geocoding.I have a text box on the page where i enter the location, and on clicking the submit button, i would like to pinpoint the entered location on the map.
The setCenter method correctly marks the location on the map, first t...
Hi all,
I'm building a web application that is going to dynamically highlight certain U.S. states and Canadian provinces on a Google Map, based on buttons and click events.
Plan A) Polygons
My primary idea for this was to draw Polygons. For this I need lists of coordinates (latitude + longitude) of all state and province outlines (clo...
In a django application I have the following model:
class Appointment(models.Model):
#some other fields
#address fields
zipcode=models.CharField(max_length=5)
address=models.CharField(max_length=120)
latitude=models.FloatField()
longitude=models.FloatField()
When I'm rendering an Appointment, I'm just putting a...
I am simply trying to get the distance from 2 points on a map using the Google Maps API. Using GDirections. The problem is that after the function finishes, distance is always null. I know this is because the "load" event isn't being called until after the function finishes. The Event Listener doesn't return values either so I am stumped...
I'm developing a google maps based application for android 1.6.
My problem is that in my application I have more than one layer that extends from ItemizedOverlay representing information in the map.
The problem is that all the layers implement the onTap method, but now only the last layer (on the top of the stack) detects the tap event...
Hi Guys! I have a small problem here which I really am quite stuck in right now
My problem:
when a connection to google maps loads slowly, the rest of my JS files wati for the connection to be finished
What I want to do
Load all my JS files before a connection to google maps is made
Is there any way to do this?
...
Hi guys, i'm trying to get the longitude and latitude for an address with the google maps api, but I don't know how to do it?This is an example of what i'm trying:
GoogleObjectAdress("New york") -> and it should return the longitude and latitude for me!
Any solutions?
...
Dear all,
I try to add myLocationOverlay to the map. It was not there at first, then when I send the gps position from the ddms, then the blue shining dot appear.
However, after awhile, the blue dot disappear and no where to be found. why?
How can I keep the blue dot appearing in the map? thx!!!
...
Hello,
I'm working with UK address data and also International address data.
I need to geocode the address data for use on a google map. I'm doing this using the HTTP service. Ie/ Constructing a query string and passing it to file_get_contents($THEURL).
I've managed to geocode 80% of the address data perfectly, however those addresse...