【发布时间】:2014-04-01 04:05:52
【问题描述】:
我一直在尝试创建一个移动应用程序,该应用程序将搜索我自己的MySQL database,其中存储了有关企业的信息(lat、lng、企业名称)。
这是我希望它如何工作的分步指南。
1). The user will manually input a postcode
2). PHP (laravel) will process the request
3). The Google Maps API will use the Lat,
Lngs I have stored in my database and display the location closest to the postcode which has been entered.
4). Display the results on the page
我正在使用 PhoneGap 来创建移动应用程序,而我正在使用 Laravel 来创建 PHP 框架。
【问题讨论】:
-
是的,当然。现在你的问题在哪里?
标签: google-maps-api-3 cordova geolocation laravel-4