Questions tagged [primefaces-gmap]
28 questions
5
votes
5 answers
NullPointer with Primefaces GMap OverlaySelect event
I have a problem with Primefaces whose version is 3.0.M3 .
I used gmap and prime p:ajax.I wanted to do something is to get clicked Marker when a marker is clicked by a user on Gmap.
Here is the Code

Cetin Imre
- 331
- 1
- 8
- 15
4
votes
1 answer
gmap PrimeFaces p:ajax
I am trying to update the google map of PrimeFaces with the new latitude, longitude with the help of p:ajax, but it is not working...I'm using JSF 2.0. I have used p:ajax earlier in the similar way and it worked beautifully. Any idea why this does…

user644745
- 5,673
- 9
- 54
- 80
4
votes
1 answer
Full Height gmap in primefaces
I'm using primefaces ronin theme and I'm trying to make a full screen gmap no matter what the resolution of the screen is. how ever, unless I state the height in pixels, it won't work.
for example, if i set the height css attribute of the map to…

M.R.M
- 540
- 1
- 13
- 30
3
votes
2 answers
Primefaces Googlemap Marker Infowindow : Disable vertical scroll bar
I am using Primefaces google map component. I have some markers and info windows for those markers. The problem I am facing is it is showing the vertical scroll bar. But I don't need the vertical scroll bar. How can I hide the vertical…
user517491
3
votes
1 answer
Marker Animation on polylines in primefaces JSF
I want to show moving marker along polyline in gmap of Primefaces. Does gmap supports marker animation along polyline? I have searched but did not find any useful link.

sam michael
- 39
- 3
3
votes
0 answers
Primefaces GMap infoWindow for polygon, polyline
I'm use Primefaces and trying to create infoWindow with different content for different types of overlays.
Map.java
public void onMarkerSelect(OverlaySelectEvent event) {
if (event.getOverlay() instanceof Marker) {
selectedOverlay =…

yagodkin
- 97
- 1
- 7
1
vote
0 answers
Centering a gmap
I am developing a solution to map the locations of a person in the field when submitting data via a mobile application.
All data submitted from the mobile application is send to a remote database from where I display all the data in tabular veiw…

Felix Kimutua
- 11
- 3
1
vote
1 answer
p:gmap won't show
I am using PrimeFaces GMap to display a map.
I have tried the simplest possible solution.
I have taken the key from Google and written code like this: