GPS location of peoples using same product in 100 radius miles using Google map API

↘锁芯ラ 提交于 2019-12-13 04:45:17

问题


Is it possible to find out gps location of peoples using same product in particular radius using Google map api in ios application?


回答1:


I think you would need to write a web service that you post a request to containing a device token and coordinates. The server will maintain a table of device tokens and coords and return a list of devices for devices that google api determines as being within a given distance.



来源:https://stackoverflow.com/questions/9971128/gps-location-of-peoples-using-same-product-in-100-radius-miles-using-google-map

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!