chrisguttandin / here-maps-type-guards

A guarded version of the TypeScript type definitions for HERE Maps.
MIT License
2 stars 1 forks source link

Support of RoutineService8 #145

Open paparent opened 1 year ago

paparent commented 1 year ago

Hi,

The RoutingService version 7 is being deprecated. According to the doc, it's the second parameter of getRoutingService as shown in the following example: https://developer.here.com/documentation/maps/3.1.35.0/api_reference/H.service.RoutingService8.html

Any plans to add typing for it? For now, I // @ts-ignore it.

Thanks!!

chrisguttandin commented 1 year ago

Hi @paparent,

I'm afraid this needs to be fixed upstream within the @types/heremaps package. But sadly it looks like it's not really maintained right now. I found another issue complaining about some outdated types which is more than a year old.

Maybe it makes sense to add an issue there anyway.

paparent commented 1 year ago

Hi !

Oh ! Didn't even notice it was using the @types/heremaps package. I'll see with them.

Thanks !

chrisguttandin commented 1 year ago

Hi @paparent, did you file an issue already? I would love to keep track of it as well. If so could you please mention it here. Thanks.