Ad::
SharePoint 2007 Training in .NET 3.5 technologies (more information).
Okay this video is super duper cool! You’ve heard of bing.com right? Have you tried out the silverlight maps on bing? WHAT? YOU HAVEN’T!? DAMMIT! You should! Seriously, the bing silverlight…
Over the past two weeks I've showed how to build a store locator application using ASP.NET and the free Google Maps API and
Google's geocoding service. Part 1 looked at creating the database to record the store locations. This
database contains a table named Stores with columns capturing each store's address and latitude and
longitude…
Over the past two weeks I've showed how to build a store locator application using ASP.NET and the free Google Maps API and
Google's geocoding service. Part 1 looked at creating the database to record the store locations. This
database contains a table named Stores with columns capturing each store's address and latitude and
longitude…
I'm trying to create a shader that'll give me an effect similar to what buildings and roads look like on 3D Google Maps. You can see the effect interactively if you enable WebGL at maps.google.com, and I also found a couple of screenshots that illustrate what I'm trying to achieve:
Thing I noticed:
There's some kind of…
I am working on an application that displays choropleth maps. These maps are of all different types, some display state by county, country by state/province, or world by country.
How should I handle storing the map information in the database?
My Thoughts:
I won't need to do queries to find POI inside a region, so I…
I have a rectangular tile-based layout. It's your typical Cartesian system.
I would like to have a single class that handles two lookup styles
Get me the set of players at position X,Y
Get me the position of player with key K
My current implementation is this:
class CoordinateMap<V> {
…
This is a conglomeration question when answering please specify which part you are addressing. I am looking at creating a maze type game that utilizes elevation. I have a few features I would like to have, but am unsure as to some of the implementation.
I have done work doing fileIO maze generation…
Hi,
I just want to add some kind of markers which are listed beside map, then user can drag them in to map. I tried to use GEvent.addDomListener(domObj, "drag",functName); but it didn't works. Is there any way to do that?
Thanks
Dau
Hello SOers,
I'm wondering if it's actually possible to draw a polygon over a complete town with the GoogleMaps API V3 or the V2?
If so could you please give an example on how to do it (choose your favorite town :)).
I've some difficulties understanding this API.
Thanks.
I'm using the Virtual Earth (or Bing!...) SDK and need to attach an event when someone clicks the map. Unfortunately panning the map also triggers the onclick event. Does anyone know of a work around?
function GetMap(){
map = new VEMap('dvMap');
map.LoadMap(new…
As the question says, i do not want to use it from the API, and instead combine it on my code, but i can't seem to implement it with the code i have now. the markers do not come out and the search completely disappears if i try implementing with the code.
This is…
Here are some points:
1) I have some markers on the map and records associated with it on the right panel besides the map. They are connected via numeric id, which is stored as a property of marker.
2) All the markers are stored in an array.
3) When the user zooms…
I need infoWindow to be opened instead of zooming in map, when clicking on the ClusterMarker.
I am using Gmaps util library MarkerClusterer for creating cluster of markers. I tried changing following line in markerclusterer.js
ClusterMarker_.prototype = new…
I am working on a transportation web app and I am having a bit of a problem.
First, I want to be able to define a shipping corridor, say like I-95 between Baltimore MD and Richmond VA. And store what parameters I need to define this route.
Users will then…
hey guys
couple of quick questions
1) In the local search results - we can get a lot of parameters like street title, address, city, state, lat, long , url etc
- In order for me to uniquely identify this record - can I consider URL to be unique to this…
I'm using Google Map APIv2.
On my webpage I've a sidebar containing a list of markers with onclick event executing showDetails method, that looks like:
GMarker.prototype.showDetails=function() {
map.panTo(this.getLatLng());
…
I am new to jQuery. I've done some simple things with it but what I am attempting now is a over my head and I need some help. I am building a locator for all the firearms dealers in the US for a client. I am working within Drupal. I…
this code is in v2:
var polyline = new GPolyline([point1,point2], "#ff0000", 5);
map.addOverlay(polyline);
polyline.enableDrawing();
and how to do in v3 ??
thanks
I have succeeded in loading a Google map using the gMap jQuery plugin and making it display several markers passed to it in a JSON object using the pattern demonstrated here under "Map with marker and info window". So far, so good.
…
I have a Google Map (API 2) that used to work fine as a standalone page.
However, when I load the map page within an iframe (with Thickbox), the map gets off-center:
normally it's centered over Germany and in the iframe it centers…
Trying to simply close an infowindow?
I already have an array of markers, so something like this would be good. Thanks
MyMarkers[i].infowindow.close();
I have an asp.net website which as part of a wizard uses an embedded google map to select a location by clicking on the map to place a marker. How do I automate this with Selenium?
In particular I've tried:
ClickAt…