In this tutorial, we show you how to find a location using an IP address, with the following technologies : Spring MVC frameworks. jQuery (Ajax Request). GeoLite database. Google Map. Review the tutorial’s flows A page with a text input and button. Type an IP address, and clicks on the button. jQuery fires an Ajax […]

Read more Spring MVC – find location using IP Address (jQuery + Google Map)

Google Maps API support four map types : ROADMAP – Displays normal street/road map (default map type). TERRAIN – Display normal street/road map based on terrain information. SATELLITE – Display satellite images only. HYBRID – Mixed normal and satellite views, display street/road views on top of the satellite images. Note Normally, you just use either […]

Read more Google Maps API – Map Types example