<div><font size="2">
<p align="left">I downloaded gwt-openlayers-showcase project from <a href="http://gwt-openlayers.sourceforge.net/">http://gwt-openlayers.sourceforge.net/</a>. It works fine util I add a new map. I don&#39;t know why GMapType.<font color="#0000c0" size="2"><font color="#0000c0" size="2"><em>G_NORMAL_MAP</em>  <font color="#000000">returns null in the following code:</font></font></font></p>

<p align="left">GoogleOptions googleOptions = </p></font><b><font color="#7f0055" size="2"><font color="#7f0055" size="2">new</font></font></b><font size="2"> GoogleOptions();
<p align="left">GMapType normalMap = GMapType.</p></font><i><font color="#0000c0" size="2"><font color="#0000c0" size="2">G_NORMAL_MAP</font></font></i><font size="2">;
<p align="left">googleOptions.setType(normalMap);</p>
<p align="left">googleOptions.setIsBaseLayer(</p></font><b><font color="#7f0055" size="2"><font color="#7f0055" size="2">true</font></font></b><font size="2">);
<p align="left"></p>
<p align="left">Google google = </p></font><b><font color="#7f0055" size="2"><font color="#7f0055" size="2">new</font></font></b><font size="2"> Google(</font><font color="#2a00ff" size="2"><font color="#2a00ff" size="2">&quot;Streets&quot;</font></font><font size="2">, googleOptions);
<p></p></font><font color="#0000c0" size="2"><font color="#0000c0" size="2">example</font></font><font size="2">.getMap().addLayers(</font><b><font color="#7f0055" size="2"><font color="#7f0055" size="2">new</font></font></b><font size="2"> Layer[] {google});</font>
<p><font size="2"></font> </p>
<p><font size="2">I want to use Google Maps as a base layer. I appreciate it if you would pinpoint what wrong with the above code or direct me to same examples or articles.</font></p>
<p><font size="2">Jim</font></p></div>