Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pramk7 authored Oct 22, 2020
1 parent a2af97d commit 2aaadb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Angular-ionic-google-map
user can use this library module by directly importing in angular module.

just import in module.
import { GoogleMapModule } from './google-map/Google-Map-Module';

use as with selector with your own google map API key

<app-google-map [MapCenter]="latlng" (SelectedLatLng)="getNewLatLong($event)" ApiKey="***************"></app-google-map>

MapCenter is the center co-ordintate of map which user will see.
Selected LatLng is value which has been emited by map component,, user can get it in event.
ApiKey privide your Google API key for accesing may.

0 comments on commit 2aaadb3

Please sign in to comment.