To change Google Map Type in listing details of phpMyDirectory from the default “ROADMAP” is very easy. You only to edit “/includes/class_map.php” file.
Find the following
MapTypeId.HYBRID
Replace it with any of 4 options below, depending on your map selection.
- MapTypeId.ROADMAP – displays the default road map view. This is the default map type.
- MapTypeId.SATELLITE – displays Google Earth satellite images
- MapTypeId.HYBRID – displays a mixture of normal and satellite views
- MapTypeId.TERRAIN – displays a physical map based on terrain information.