0.0.3 • Published 7 years ago

@ioniczoo/eagle-map-component v0.0.3

Weekly downloads
-
License
SEE LICENSE IN GN...
Repository
gitlab
Last release
7 years ago

npm npm npm

Águia Map Component

Map Component for Ionic

Install

npm install @ioniczoo/eagle-map-component --save

Import

...
import { MapComponent } from '@ioniczoo/eagle-map-component';

@NgModule({
  declarations: [
    HomePage,
    MapComponent
  ],
  imports: [
    FormatPipeModule,
    IonicPageModule.forChild(HomePage),
  ],
})
export class HomePageModule {}

Examples

<zoo-map width="640" height="640" zoom="8" origin="-12.9730401,-38.50230399999998" destination="-12.9730401,-38.50230399999998"></zoo-map>

Author

André Argôlo

Contribute

Create issues and request pull-request.

License

GNU General Public License v3.0