Questions tagged [gmaps4jsf]

GMaps4JSF aims at integrating Google maps with JSF. JSF users will be also able to construct complex Streetview Panoramas and Maps with just few lines of code (JSF tags).

GMaps4JSF aims at integrating Google maps with JSF. JSF users will be also able to construct complex Streetview Panoramas and Maps with just few lines of code (JSF tags).

More Details

9 questions
4
votes
1 answer

GoogleMaps won't render in JSF

I'm building a simple webapp that shows a map from GoogleMaps with multiple markers loaded from my database... but I can't get it to render... I'm using JSF 2 and gmaps4jsf. My page looks like this:
diminuta
  • 1,545
  • 8
  • 32
  • 55
3
votes
1 answer

want to display information with link to marker on map using gmaps4jsf

I am using gmaps4jsf jar file and getting dynamic marker on google map. marker having some information and once i click on marker then get the popup and i wrote there "Click me!" i want to provide link on marker data jsf code:
user5663117
1
vote
1 answer

Display marker using gmaps4jsf(not google api)

I am using gmaps4jsf jar and trying to display marker on map. Marker is displaying fine but not automatic zoom functionality. every time i need to vary zoom value so is there any option in gmaps4jsf so that we can get auto zoom functionality?
user5663117
1
vote
1 answer

map is not refreshing using gmaps4jsf

I am using gmaps4jsf jar file for getting dynamic marker on google map but once i click on submit button then getting whole data on web page, evem map also with dynamic marker but map marker is coming after refresh the page. jsf code:
user5663117
1
vote
2 answers

How to refresh component after blur event in JSF

I'm using gmaps4jsf to show Google Maps in my application, but I would like to update the map after user type his/her stret, city, state and country. This way I could give more accurate information to gmaps4jsf dynamically. But everytime I fill some…
Valter Silva
  • 16,446
  • 52
  • 137
  • 218
0
votes
1 answer

How to generate a component multiple times in JSF?

I need to highlight the boundary of a country, for which I am using GMaps4JSF aimed at integrating Google maps with JSF. To draw polygon and polylines, the library provides polygonComponent polylineComponent components. I have loaded the data points…
Farhan stands with Palestine
  • 13,890
  • 13
  • 58
  • 105
0
votes
1 answer

Gmaps4jsf V3.0.0 gives HTTP error while attempting reverse geocoding

I'm trying to use Gmaps4jsf version 3.0.0 in my JSF 2.x application. I want to extract addressess of some places according to global latitude and longitude. To do that I used the following piece of code: public static String addressGenerator(Double…
nudastack
  • 155
  • 1
  • 5
  • 18
0
votes
1 answer

gmaps4jsf version 3.0.0 how to set markers based on address rather than lat/long?

I'm using gmaps4jsf and I see that you can set markers based on lat and long, but how can you set markers based on an address? All the examples on the net are for version < 3.0 and they show the tag with an attribute of address, but the…
Catfish
  • 18,876
  • 54
  • 209
  • 353
0
votes
0 answers

gmaps4jsf component value via JavaScript

In my application, I'm using gmaps4jsf 1.1.4. The map works fine. However, I can't get map's component values via JavaScript so that I could do the related changes to the components. For example, document.getElementById("myForm:gMap").rendered =…
nudastack
  • 155
  • 1
  • 5
  • 18