Can we display geographical border in Google Map V3 as we do in Google Earth, in satellite view?
问题 Can we display geographical borders of country in satellite view of Google Maps V3, similarly the way border is displayed in Google Earth in satellite view? Thanks! 回答1: I believe something like this should give you borders in satellite view. var custom-Style = [ { featureType: "administrative.country", elementType: "all", stylers: [{ visibility: "on"}] }, { featureType: "administrative.land_parcel", elementType: "all", stylers: [{ visibility: "on"}] } ]; var myOptions = {mapTypeId: google