Search tips

This page shows information about a web page, and who has bookmarked it and when

http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted

These are the public entries for this link:

  • MapsGettingStarted - gwt-google-apis - Using Google Maps in a GWT project - Project Hosting on Google Code
    package com.example.google.gwt.mapstutorial.client; import com.google.gwt.core.client.EntryPoint; import com.google.gwt.maps.client.InfoWindowContent; import com.google.gwt.maps.client.MapWidget; import com.google.gwt.maps.client.control.LargeMapControl; import com.google.gwt.maps.client.geom.LatLng; import com.google.gwt.maps.client.overlay.Marker; import com.google.gwt.user.client.ui.RootPanel; public class SimpleMaps implements EntryPoint { private MapWidget map; // GWT module entry point method. public void onModuleLoad() { LatLng cawkerCity = LatLng.newInstance(39.509,-98.434); // Open a map centered on Cawker City, KS USA map = new MapWidget(cawkerCity, 2); map.setSize("500px", "300px"); // Add some controls for the zoom
    By ovalverde in crCasas with system:unfiled

NB: The average rating is calculated using the rating for both public and private entries for this link.

Common Tags

Most used tags for these bookmarks

No tags found