GLMap / examples-android

Android demo application for GLMap framework

Home Page:https://globus.software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it have MapMatching feature for Android?

anonym24 opened this issue · comments

Unfortunately we don't have map matching, like you displayed. But there is GLRoute have findNearestPoint method. And it snaps your point to route. You could easily compute distance between your point and nearest point on route and decide if it fits for you or not.

I'll update documentation. Seems we missing com.getyourmap.glroute package by now.

Documentation has been updated.