right now i'm trying to integrate google maps api to my ionic project by CLI "cordova plugin add https://git-wip-us.apache.org/…/cordova-plugin-geolocation.…" but it gives me error, i've google it then some answers suggest me not to use project from blank, but i must create new projct by CLI ionic start [appname] maps, any tutorial here to integrate my recent project with google maps from blank template ?
Try this: https://github.com/angular-ui/angular-google-maps
Official docs: http://angular-ui.github.io/angular-google-maps/#!/
It's great to integrate google maps with ionic / angular. Even polylines and other cool stuff...