www.un.org/Depts/DGACM/index_spanish.htm 全球定位系统定位
我期待着帮助制定动态的QR代码,该编码在扫描后将用户带至URL,同时将全球定位系统坐标或地点寄给我。 这是可能的吗?
然而,我看到许多QR代码生成者,但我期待着看到,是否可能制定QR本人的守则,以避免支付服务费。 我可以使用一些软件,但对于用于创建QR代码生成器的软件,我没有把握。
任何见解或想法都会受到赞赏。 我希望我在正确的领域这样做。 感谢!
www.un.org/Depts/DGACM/index_spanish.htm 全球定位系统定位
我期待着帮助制定动态的QR代码,该编码在扫描后将用户带至URL,同时将全球定位系统坐标或地点寄给我。 这是可能的吗?
然而,我看到许多QR代码生成者,但我期待着看到,是否可能制定QR本人的守则,以避免支付服务费。 我可以使用一些软件,但对于用于创建QR代码生成器的软件,我没有把握。
任何见解或想法都会受到赞赏。 我希望我在正确的领域这样做。 感谢!
是的,这是可能的。
至少有两种方式。
形成使用<代码>example.com的QR代码。 然后example.com
要求用户允许进入该装置的全球定位系统地点。 用户同意,该网页将地点发送服务器,然后服务器向您发送与该地点的案文。
• 为每一地点制定独特的QR代码,由您负责填写每部QR代码。 该链接载有QR的位置坐标。 因此,LA中的QR代码与example.com/34°03'N 118°15'W
的链接,纽约的QR代码与example.com/40°42'46'N 74°0022`W
的链接。
每当用户能够查阅其中一台URLs时,服务器都会寄给你一个文本。
你提到,要开发自己的软件,以制作QR代码。 这并不是其中的艰巨部分。 很多地方将免费为你们制定QR代码。
一个动态的QR代码只是一个静态的QR代码,它指明了URL。 出售“动态指示代码”的所有服务都设有一个网站,将静态URL(例如example.com/123asdf1
)重新引导到你的真实内容上。
核心内容是撰写《QR法典》将连接的网站。
Recently, I created a simple application to get the GPS location and display it on an Android phone. In the beginning I was able to get the location after a few tries. But, after I reinstalled the APK ...
Is it possible to get GPS satellite numbers via iPhone SDK ?
Is there any way to set Criteria for LocationProvider depending upon the network provider, means determining whether the network provider supports CellSite mode or autonomous mode or any other mode. ...
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 ...
I want to get the longitude and latitude of device. I used location api to get the longtitude and latitude the problem now I am facing is that I could not call the getLocation() method inside button ...
Does anyone out there have any experience programatically retreiving the lat/long from a GPS attached to a mobile PC? A team I m on is currently looking at hardware options--as the programmer who ...
I m trying to plot out GPS data that is given to me in Hour Minute Second degree format. Will GLatLng take it in this form or do I need to convert it first. Having a hard time finding anything on the ...
I am using the requestLocationUpdates method of LocationManager to get GPS location updates. I am using a minTime parameter of 60000 to indicate that I d like a location update every minute - I don t ...