Skip to content

Lazarillo SDK Plugin

Lazarillo SDK is made using Ionic with Capacitor. Now we support vector map functionalities and location using beacons for indoor navigation.

This site is for developers and contains endpoints for the use of Lazarillo functionalities. You need to have an Api Key which allows to you have access. If you don't have this please contact us.

Install Plugin

API Key 🔑

First of all, this plugin require an API key provided by Lazarillo in order to make the billing. This API key is needed for the two platforms, Android and IOs. You can contact the team at Lazarillo App

keep your API key secure, we can delete and create a new one but billing it's your responsibility.

NPM key

For get npm dependency you need to have a npm_token, this should be provided by Lazarillo team. This dependency is not public so you need to expose your token on console before try to install this plugin.

Execute this command:

# replace npm_token with your token
export NPM_TOKEN=<npm_token>

For more details or options, check npm docs

Install dependency

npm install @lzdevelopers/lazarillo-maps
npx cap sync

Test our plugin

Here is a demo that you can config and test functionalities:

https://github.com/lazarilloapp/demoIonicPlugin


Last update: 2022-12-29