Reverse Geocoding

8 views
Skip to first unread message

chris

unread,
Oct 28, 2015, 7:03:36 PM10/28/15
to gmaps4jsf-dev
I saw there was this question already about a year ago.
Is an adaptation to Google's changes in the meantime available?

Will it be really possible to call it out of server code? Will this need special adjustments in JBoss AS?

I have picked up something from the internet like:

    public void reverseGeocode() {

        PlaceMark placeMark;
       
        /* currently not working !! */

        try {
           
            placeMark = GMaps4JSFServiceFactory.getReverseGeocoderService()
                    .getPlaceMark(latitudeDecimal, longitudeDecimal);
            addressString = placeMark.getAddress();
...

Thanks in advance

Chris
Reply all
Reply to author
Forward
0 new messages