heremaps/maps-api-for-javascript-examples

Question: Is there another heremaps library that can create geo and wkt-strings?

timidak opened this issue ยท 1 comments

For our application we now use the fleet.ls.hereapi for geofencing, thanks to you all of you for helping us out with it. ๐Ÿ˜„
The last issue we ran into is that, we cannot use the JavaScript API and need a tool, that creates a geo and than the wkt string from it like:

const rect = new H.geo.Rect(lat, long, lat2, long2);
const wkt = rect.toString();

Is there a npm package from here-maps that has this functionality? Or is there a standard or library we could use?

Thanks you!

Found a way! Thank you!