VERSION 0.3.1 – SEPTEMBER 21, 2022
APP > ROUTES
Fixes issues with hidden POIs not working correctly.
VERSION 0.2.3 – OCTOBER 12, 2021
APP > ROUTES
Fixes Routes & POIs
description fields not correctly escaped, which could cause editor
to become unresponsive.
VERSION 0.2.1 – 0.2.2 – JUNE 29, 2021
APP > ROUTES
Fixes routes listing order not reflecting editor changes.
Fixes POIs order not correct inside app.
VERSION 0.2.0REPUBLICATION
EDITOR > SETTINGS
Adds Display navigate to POI action
to open a navigation intent.
Adds Display approximate distance from user location to POI
to calculate approximate distances between the closest POI to the user, then cumulative distances along the route in both directions.
Note: calculating distance is a costly option in terms of Google Directions API calls, it can’t be cached like the routes (as it’s using dynamic user position).
Adds map route styling options, line start/end colors (when different, a gradient line is generated), width & opacity.
EDITOR > ROUTES
Adds navigation mode
option with values driving
, bicycling
, walking
, disabled
.
Note: when disabled
the POIs are linked with a straight line.
Routes are validated on save action.
Adds a cache to reduce Google Directions API calls (and so the overall cost).
APP
User location is fetched when opening the map to display pin instantly.
VERSION 0.1.2
EDITOR
Fixes unresponsive DELETE
buttons for Routes, POI & Categories
.
Display the category field in the routes table, or uncategorized
otherwise.
Display current user location on map when using the locate button.