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

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

Google Maps API – Map Types example

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 hello world example

A simple hello world guide to display Google Maps on a web page, via Google Maps Javascript API v3. In this tutorial, we show you how to display a map centered on “Malim Nawar, Malaysia” (my hometown), and use “marker (small icon)” to identify the location on the map. Full example… <html> <head> <title>Google Map …

Read more