forked from Project-OSRM/osrm-backend
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connector with Telenav search service for charge stations #132
Comments
Decoded result example: "response_time": 277,
"results": [
{
"id": "P-19657842",
"place": {
"address": [
{
"geo_coordinates": {
"latitude": 37.78113,
"longitude": -122.41921
},
"nav_coordinates": [
{
"latitude": 37.78113,
"longitude": -122.41921
}
]
}
]
},
"distance": 443,
"facets": {
"ev_connectors": {
"total_number": 6,
"connector_counts": [
{
"level": 2,
"Total": 3
},
{
"level": 1,
"Total": 3
}
]
}
},
"detail_url": "/entity/v4/detail/json?entity_id=P-19657842&context=c2lkPTE4ZWVmZGM0LTUzMTAtNGQ0ZC1hMWJjLTk3NmE2NGIzZjMyZCZ1c2VyX2lkPXRlc3Q"
},
|
CodeBear801
added a commit
that referenced
this issue
Jan 17, 2020
Only support nearest charge station search for now. issues: #132
5 tasks
For how to use search adhoc tool with Telenav internal servers, please go to this page |
Closed
CodeBear801
added a commit
that referenced
this issue
Jan 17, 2020
- Remove "Location field", add "Address" field which contains geo_coordinates + a list of nav_coordinates - Add field of detail_url, external user could retrieve all information related with specific charge station - Add field of estimate remaining range for each solution issue: #132 (comment) #128
wangyoucao577
pushed a commit
that referenced
this issue
Jan 21, 2020
wangyoucao577
pushed a commit
that referenced
this issue
Jan 22, 2020
* feat: Implement initial connector with telenav search Only support nearest charge station search for now. issues: #132 * fix: update oasis api - Remove "Location field", add "Address" field which contains geo_coordinates + a list of nav_coordinates - Add field of detail_url, external user could retrieve all information related with specific charge station - Add field of estimate remaining range for each solution issue: #132 (comment) #128 * fix: resolve conflict issue: #128
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subtask of #120. For initial implementation, will directly use Telenav's search service, will consider to use alternative way(such as build spatial index, #131) to replace this dependency, user of OASIS service need to provide charge station information in certain format then could set up the solution. A even better scenario is, if we could find charge station data via public/open source data, then we could make Oasis service a free service for public.
Telenav Search REST API URL
Example query of EV charging station
query
identify search categorylocation
means the center point of querylimit
means result expectedResult
response.json
Response
The text was updated successfully, but these errors were encountered: