I would like to learn how to display a Google map with some custom markers using ngcordova angularjs but no ionic framework.
Could you point me to a comprehensive tutorial for beginners (no missing steps) that explains how to do it, please?
Thank you very much
You have several alternatives:
you can simply use an Angular module such as ngMap, and in this case you don't need a tutorial but their documentation. There you can find all kind of example.
you can adopt a Cordova Plugin like cordova-plugin-googlemaps which has a specific tutorial in the documentation
search also here on SO for example: angular-js-and-google-maps