Google maps functionality

Hi everyone,

Does anyone have experience with a maps plugin that can accomplish the following?

  • Display the user’s live location on a map, similar to how Google Maps displays it. Preferably live to the point a user can see when they turn around.
  • Show two pins on the map, representing a start and stop point, with visual directions (à la Google Maps) between these two points, without the need for text directions.

I’ve looked at 3 plugins so far: google maps extended, google maps directions and tracking, GPS tracking and distance matrix.

I’m planning to either wrap my app as a progressive web app or build it natively.

Thanks in advance!