I have a JSON string that I\'ve converted into a associative PHP array using \"json_decode\". For some reason I can\'t seem to figure out how to find the index path to the value I\'m looking for insid
I have an application which stores the user\'s home town, state, and country. I don\'t particularly need to do validation; no other part of the application relies on the data, but I would like the for
Is there a geocoding gem similar to acts_as_geocodable for Mongoid? So far as I can tell all geocoding ge开发者_开发百科ms seem to be built for ActiveRecord. Geocoder seems to work with mongoid http:/
It seems that the search in the Google Maps app is location aware. For example, if I search for \"Pitt St\" while in Sydney, it finds the right street straight away. Clicking \"Did you mean...\" bring
I\'m attempting to use Graticule to geocode an addr开发者_开发技巧ess but I\'m running into an annoying problem. When geocoding an address in the US, the region attribute from the location is the two
I have a 开发者_运维技巧database with a list of stores with latitudes and longitudes of each. So based on the current (lat, lng) location that I input, I would like to get a list of items from those w
What is the best practice for opening a map from the mobile internet explorer on windows phone 7? On BlackBerry you use a JavaScript method and on Android/iOS you simply link to a google maps URL.
I am working on a mobile mapping application (currently iOS, eventually Android) - and I am struggling with how to best support reverse geocoding from lat/long to Country/State without using an online
this is a part of my geocoding code. I want it to show only country of the selected place, but it shows all address components, My problem is I cant specify the address components object. There is a w
I am kind of new to Geocoding.What I want to do is pull a bunch of names of places from the DB, and display them as markers on the page.And then allow people to choose different options which would fo