1

New integration

Тема: New integration

Hello,

Client asks;

a) "how do we convert streets on coordinates"?

b) How do I know the distance and time between coordinates?


Thanks

Locating things
2

New integration

Re: New integration

locationGPS wrote:

a) "how do we convert streets on coordinates"?

It's Geocoding and you can use any map service like google or even Gurtam Map.

b) How do I know the distance and time between coordinates?

Same as previos question, using map services. This service is Routing service

3

New integration

Re: New integration

Correct, but client need more specific info as they normally are not involved in our market.

Where can I get info about it?

thanks

Locating things
4

New integration

Re: New integration

Sorry, everything via APi.... I forgot to add this thing...

Locating things
5

New integration

Re: New integration

hola

Locating things
6

New integration

Re: New integration

Hi!

1) Google  Geocoding
Gurtam maps
2) Distance method by Google

Diana Cheley
Wialon Hosting Expert
Gurtam
7

New integration

Re: New integration

hi Diana!

Client tell us "correct but this I must pay API key from google, cannot be done from your Service?"

thanks

Locating things
8

New integration

Re: New integration

locationGPS пишет:

Client tell us "correct but this I must pay API key from google, cannot be done from your Service?"

There is API for geocoding on Gurtam Maps — https://sdk.wialon.com/wiki/en/sidebar/ … ts/address

This method has currently undocumented optional parameter search_provider, that can be google or yandex which can be used if account already has Gurtam's Google/Yandex service.

For routing there is API-methods, called /gis_get_route and /gis_get_route_via_waypoints (currently undocumented). I will ask for documentation of them too. Usage example:

POST https://routing-maps.wialon.com/hst-api.wialon.com/gis_get_route

Params (should be encoded by application/x-www-form-urlencoded, colon-separation provided for readability):

lat1: 53.87159
lon1: 27.48803
lat2: 53.9225
lon2: 27.51343
flags: 1
uid: 14809662 (used id)
sid: 022df8...... (session id)

Response:

{
    "status": "OK",
    "points": "kvxgIutwf...", (points encoded as Google Polyline)
    "distance": {
        "text": "9.30 km",
        "value": 9299.13964844
    },
    "duration": {
        "text": "10 min",
        "value": 611
    }
}
9

New integration

Re: New integration

we were banned in the past regarding your Gurtam s google; what about the Yandex service?

where do I get info to contract it? thanks

unless I have one of those service is not possible to get coordinates?

thanks

Locating things
10

New integration

Re: New integration

locationGPS пишет:

unless I have one of those service is not possible to get coordinates?

Oh course, without service selection Gurtam Maps address information will be used.

11

New integration

Re: New integration

sorry, I am a bit silly lately, I am sure coronovirus cousing affected my brain...

straight. is it posible to get coordinates from Gurtam maps or will I only get address and I must contract Google API Key and make richer google to get those coordinates???

thanks

Locating things
12

New integration

Re: New integration

Hi Pablo!

it's possible to get coordinates based on some address from Gurtam maps, sure.
Please look example here - http://sdk.wialon.com/wiki/en/sidebar/r … oordinates

Diana Cheley
Wialon Hosting Expert
Gurtam
13

New integration

Re: New integration

let  s see if it works for them.
thanks Diana

Locating things
14

New integration

Re: New integration

hi,
how can I know the time from one coordinate to another coordinate?

thankas

Locating things
15

New integration

Re: New integration

locationGPS пишет:

hi,
how can I know the time from one coordinate to another coordinate?

thankas


Hi!

the anwser is here https://forum.gurtam.com/viewtopic.php? … 65#p180665

Diana Cheley
Wialon Hosting Expert
Gurtam
16

New integration

Re: New integration

I knew it, just to check if you knew it. good alumn.

Locating things
17

New integration

Re: New integration

this: http://prntscr.com/tdwugl

Can I get doc.? thanks

Locating things
18

New integration

Re: New integration

locationGPS пишет:

this: http://prntscr.com/tdwugl

Can I get doc.? thanks

Hi Pablo!

yes, these methods wil be documented soon.
A litle bit later I can provide you link to new documentation

Diana Cheley
Wialon Hosting Expert
Gurtam
19

New integration

Re: New integration

Hi, client was testing the accuracy of the streets with Gurtam maps and it is not good for their needs.

I enabled Google maps data base but accuracy it is same so I understand the geo data base shuold be GMaps.

will be request be the same?

thanks

Locating things
20

New integration

Re: New integration

hi, I will lose the contest...please

thanks

Locating things
21

New integration

Re: New integration

locationGPS пишет:

Hi, client was testing the accuracy of the streets with Gurtam maps and it is not good for their needs.

I enabled Google maps data base but accuracy it is same so I understand the geo data base shuold be GMaps.

will be request be the same?

thanks

Hi Pablo!

If you would like to use Google API, you need to get own Google API key which use in request to get correct data.
Also be sure that your own API key allows to use Directions Service. You can clarify it to Google support.

Diana Cheley
Wialon Hosting Expert
Gurtam
22

New integration

(10/07/2020 18:26:37 отредактировано locationGPS)

Re: New integration

but the Google Api will be yours... cannot be used?

I am missing something here.

If we contract the Google API key from gurtam paying the license for it, why should I also contract another Google Api key to use it for this specific request from client?

thanks

Locating things
23

New integration

Re: New integration

locationGPS пишет:

but the Google Api will be yours... cannot be used?

I am missing something here.

If we contract the Google API key from gurtam paying the license for it, why should I also contract another Google Api key to use it for this specific request from client?

thanks

Hi Pablo!

No, it's not possible to use our Google API (our license) in any custom app. Our Google API is applied only for Wialon monitoring sites. There is requirement  on the agreement with Google service.

Diana Cheley
Wialon Hosting Expert
Gurtam
24

New integration

Re: New integration

okkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk thanksssssssssss

Locating things