Archivev0.27.3

Introducing Nextmv Maps

August 10, 2023

The release of Nextmv Platform v0.27.3 includes a new Maps feature for Nextmv Cloud. When you activate this feature you get immediate access to real map data to calculate the distance and duration it takes to go from one location to another. The feature is configurable via options in the input, without the need for code customization. It is available for apps subscribed to the Nextmv routing app on Marketplace and custom routing apps following the nextroute template input schema on Platform.

For more information see the how-to guide for working with the new Maps feature.

This feature will be available as a paid add-on in the future, but is available to use for free with all paid plans or trials for a limited time.

To use the new Maps feature to route with real-road distances/durations, you must contact support@nextmv.io for access to the option.

Platform Release Details

Nextmv SDK v0.27.3

  • Maps option for both custom and subscription routing apps. Access via paid plans or free trial. Contact support@nextmv.io for more info.
  • General bug fixes.

Upgrading

Nextmv CLI v0.27.3 upgrade guide

This upgrade guide assumes you’ve previously installed and configured the Nextmv CLI.

Open up your terminal and run the following command:

nextmv update
Copy

Alternatively, you can specify the version.

nextmv update v0.27.3
Copy

Nextmv SDK v0.27.3 upgrade guide

To update and tidy your Go project and reference SDK v0.27.3, stand at the location of the go.mod and run:

go get github.com/nextmv-io/sdk@v0.27.3
go mod tidy
Copy

Page last updated

Go to on-page nav menu