Closed GoogleCodeExporter closed 8 years ago
This is not a defect. The old map types are deprecated in Google Maps 3.
Use these types instead:
(HYBRID, ROADMAP, and SATELLITE, TERRAIN)
Check the documentation:
http://code.google.com/p/gmaps4jsf/issues/detail?id=188
Original comment by Hazem.sa...@gmail.com
on 13 Jan 2013 at 12:07
For example, to render a map of TERRAIN type you can do this as follows:
<m:map width="300" height="300" latitude="30.01" longitude="31.14"
type="google.maps.MapTypeId.TERRAIN"/>
Original comment by Hazem.sa...@gmail.com
on 13 Jan 2013 at 12:17
Original issue reported on code.google.com by
wbret...@gmail.com
on 11 Jan 2013 at 5:58