@stadiamaps/ferrostar-webcomponents 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # Ferrostar Web Components
2
+
3
+ Ferrostar is a modern SDK for building turn-by-turn navigation applications.
4
+
5
+ This package includes web components for integrating navigation into your web applications.
6
+
7
+ Refer to the [Ferrostar User Guide](https://stadiamaps.github.io/ferrostar/)
8
+ for more info and tutorials to get started!
@@ -1,15 +1,18 @@
1
- import { LitElement } from 'lit';
2
- import { default as maplibregl } from 'maplibre-gl';
1
+ import { LitElement, PropertyValues } from 'lit';
2
+ import { default as maplibregl, LngLatLike } from 'maplibre-gl';
3
3
  import { MapLibreSearchControl } from '@stadiamaps/maplibre-search-box';
4
4
  import { NavigationController, RouteAdapter } from '@stadiamaps/ferrostar';
5
- export declare class FerrostarCore extends LitElement {
5
+ export declare class FerrostarMap extends LitElement {
6
6
  valhallaEndpointUrl: string;
7
7
  styleUrl: string;
8
8
  profile: string;
9
+ center: LngLatLike | null;
10
+ pitch: number;
11
+ zoom: number;
9
12
  httpClient?: Function;
10
13
  locationProvider: any;
11
- costingOptions: any;
12
- tripState: any;
14
+ costingOptions: object;
15
+ protected _tripState: any;
13
16
  useIntegratedSearchBox: boolean;
14
17
  useVoiceGuidance: boolean;
15
18
  routeAdapter: RouteAdapter | null;
@@ -20,7 +23,7 @@ export declare class FerrostarCore extends LitElement {
20
23
  lastSpokenInstructionText: string | null;
21
24
  static styles: import('lit').CSSResult[];
22
25
  constructor();
23
- updated(changedProperties: any): void;
26
+ updated(changedProperties: PropertyValues<this>): void;
24
27
  firstUpdated(): void;
25
28
  getRoutes(initialLocation: any, waypoints: any): Promise<any>;
26
29
  startNavigation(route: any, config: any): void;
@@ -30,4 +33,4 @@ export declare class FerrostarCore extends LitElement {
30
33
  private clearMap;
31
34
  render(): import('lit-html').TemplateResult<1>;
32
35
  }
33
- //# sourceMappingURL=ferrostar-core.d.ts.map
36
+ //# sourceMappingURL=ferrostar-map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ferrostar-map.d.ts","sourceRoot":"","sources":["../src/ferrostar-map.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,cAAc,EAAY,MAAM,KAAK,CAAC;AAErE,OAAO,UAAU,EAAE,EAAC,UAAU,EAAC,MAAM,aAAa,CAAC;AAEnD,OAAO,EAAC,qBAAqB,EAAC,MAAM,iCAAiC,CAAC;AAGtE,OAAa,EAAC,oBAAoB,EAAE,YAAY,EAAC,MAAM,uBAAuB,CAAC;AAC/E,OAAO,qBAAqB,CAAC;AAC7B,OAAO,gBAAgB,CAAC;AAIxB,qBACa,YAAa,SAAQ,UAAU;IAE1C,mBAAmB,EAAE,MAAM,CAAM;IAGjC,QAAQ,EAAE,MAAM,CAAM;IAGtB,OAAO,EAAE,MAAM,CAAM;IAGrB,MAAM,EAAE,UAAU,GAAG,IAAI,CAAQ;IAGjC,KAAK,EAAE,MAAM,CAAM;IAGnB,IAAI,EAAE,MAAM,CAAK;IAGjB,UAAU,CAAC,EAAE,QAAQ,CAAS;IAI9B,gBAAgB,EAAG,GAAG,CAAC;IAIvB,cAAc,EAAE,MAAM,CAAM;IAI5B,SAAS,CAAC,UAAU,EAAE,GAAG,CAAQ;IAGjC,sBAAsB,EAAE,OAAO,CAAS;IAGxC,gBAAgB,EAAE,OAAO,CAAS;IAElC,YAAY,EAAE,YAAY,GAAG,IAAI,CAAQ;IACzC,GAAG,EAAE,UAAU,CAAC,GAAG,GAAG,IAAI,CAAQ;IAClC,SAAS,EAAE,qBAAqB,GAAG,IAAI,CAAQ;IAC/C,oBAAoB,EAAE,oBAAoB,GAAG,IAAI,CAAQ;IACzD,wBAAwB,EAAE,UAAU,CAAC,MAAM,GAAG,IAAI,CAAQ;IAC1D,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEhD,MAAM,CAAC,MAAM,4BAsDX;;IAWF,OAAO,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;IAwB/C,YAAY;IAqBN,SAAS,CAAC,eAAe,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG;IAuBpD,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG;IAuDjC,yBAAyB,CAAC,WAAW,EAAE,GAAG;IAuC1C,cAAc;IAYpB,OAAO,CAAC,iBAAiB;IA0BzB,OAAO,CAAC,QAAQ;IAMhB,MAAM;CAaP"}