Maps Configuration
<!-- Google Map API KEY -->
<string name="GOOGLE_MAP_API_KEY">AIzaSyBiB9......................</string>/* tools to get coordinate https://www.gps-coordinates.net/ */
public double default_map_latitude = -8.3304977;
public double default_map_langitude = 115.0906401;
/* for map zoom, larger for more zoom, used on Activity Maps*/
public int default_map_zoom = 9;