php - Does google have an api that I can use to form a world database? -
i'm developing cms used insert places / venues , need world database connect places to. data presented on mobile application.
i've looked free world databases, i'd have google-compatible , date.
for example, i'd able list of countries , cities in world coordinates, area coordinates etc , store in database.
sample request:
http://code.google.com/worldapi/getcountries
http://code.google.com/worldapi/getcities?countrycode=ru
something that.
while can't store data directly, can link google's information places using google places api.
for example, storing reference:
cmryaaaaciqgstrx1mxrvuxsh2erww-jcine1aliwp64mcwdn5vkxvxoqgpkldmfmdgyqwspm7beycgdm-iv7kc2pf7qa7brmawbbacqmr5i1f4pwtpaovizjysceztry8ez30wpehcncxpynextcld2ebsdkrksghslayuryfsex6ja6nph9dyupoth3g
you can details http get
:
https://maps.googleapis.com/maps/api/place/details/json?reference=cmryaaaaciqgstrx1mxrvuxsh2erww-jcine1aliwp64mcwdn5vkxvxoqgpkldmfmdgyqwspm7beycgdm-iv7kc2pf7qa7brmawbbacqmr5i1f4pwtpaovizjysceztry8ez30wpehcncxpynextcld2ebsdkrksghslayuryfsex6ja6nph9dyupoth3g&sensor=true&key=addyourownkeyhere
you'll need places api key (activate @ http://code.google.com/apis/console). check documentation more detail.
Comments
Post a Comment