-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |