sygic-custom-url
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

sygic-custom-url

Descriptions

Generates custom URLs for sygic app URL Scheme com.sygic.aura. Abstracts Android and iOS schemes.

See Sygic documentation for more details Sygic Professional Navigation.

Install

npm i --save sygic-custom-url

Usage

import { CustomUrlService } from "sygic-custom-url";
 
export class SomeComponent {
    private customUrlService: CustomUrlService;
 
    constructor() {
        this.customUrlService = new CustomUrlService();
    }
 
    ...
}

Documentation

Please see pages

Contributing

Test

npm test

Build

npm run build

Documentation

npm run compodoc

Readme

Keywords

Package Sidebar

Install

npm i sygic-custom-url

Weekly Downloads

0

Version

1.0.9

License

Apache-2.0

Last publish

Collaborators

  • fronk