GeoLocationControl 作者: Jrmgx
Simulate geolocation by adding points into a map. You can also simulate movement across path.
100 位使用者100 位使用者
擴充套件後設資料
畫面擷圖
關於此擴充套件
# Geo Location Control Web Extension
Simulate geolocation by adding points into a map.
You can also simulate movement across path.
## Who is it for?
This extension is mostly for developers.
This is an extension to help you develop location based web applications.
It will override the location APIs to return fake positions, including 'in movement' positions.
You can either add one point, and the API will get its coordinate, or multiple points and use the "Start Move" button, then the API will return the current position of the agent based on time and speed.
Note: for this part to work, you must keep the extension page open (it can be left in the background).
## Technical aspects
Behind the scene, this will override:
Simulate geolocation by adding points into a map.
You can also simulate movement across path.
## Who is it for?
This extension is mostly for developers.
This is an extension to help you develop location based web applications.
It will override the location APIs to return fake positions, including 'in movement' positions.
You can either add one point, and the API will get its coordinate, or multiple points and use the "Start Move" button, then the API will return the current position of the agent based on time and speed.
Note: for this part to work, you must keep the extension page open (it can be left in the background).
## Technical aspects
Behind the scene, this will override:
- navigator.geolocation.getCurrentPosition
- navigator.geolocation.watchPosition
由 1 位評論者給出 3.7 分
權限與資料
更多資訊