Gmap component #18
-
Google map component doesn't appear anywhere in v16 is it removed or is there an alternative? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
It was removed because it is easier to use GMap API directly, having a component is likely limit your use cases as GMap API is really huge. There are probably other GMap Angular components but I strongly suggest using it directly so you can full control. https://www.c-sharpcorner.com/article/how-to-integrate-google-maps-in-angular-14-app/ |
Beta Was this translation helpful? Give feedback.
-
Removed via primefaces/primeng#12781 (primefaces/primeng@b8f6364) The replacement would be using the Angular module provided by Google directly We've also had great success with Leaflet, a free alternative to Google Maps. It uses OpenStreetMap |
Beta Was this translation helpful? Give feedback.
-
@cagataycivici since its been removed from others I wonder if we should consider removing GMAP from PrimeFaces JSF? |
Beta Was this translation helpful? Give feedback.
It was removed because it is easier to use GMap API directly, having a component is likely limit your use cases as GMap API is really huge. There are probably other GMap Angular components but I strongly suggest using it directly so you can full control.
https://www.c-sharpcorner.com/article/how-to-integrate-google-maps-in-angular-14-app/