search for: proprietary_marker

Displaying 4 results from an estimated 4 matches for "proprietary_marker".

2009 Jan 31
4
marker.closeBubble()
Any reason why there''s no closeBubble function in Mapstraction? It''s supported by at least Yahoo (closeSmartWindow) and Google (closeInfoWindow). A related issue, but not as clear-cut: a bubble closed event. I know Google supports this, but I haven''t investigated further. --Adam
2009 Jun 01
0
[mapstraction commit] r12 - Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
...er.toProprietary(this.api); - - // TODO: Add provider code - + map.addOverlay(pin); return pin; }, removeMarker: function(marker) { var map = this.maps[this.api]; - - // TODO: Add provider code + map.removeOverlay(marker.proprietary_marker); }, removeAllMarkers: function() { - var map = this.maps[this.api]; - - // TODO: Add provider code + // Done in mxn.core.js }, declutterMarkers: function(opts) { @@ -88,47 +107,37 @@ addPolyline: function(polyline, old)...
2009 Nov 04
0
r53 committed - applied patch from John McKerrell
...{ + me.clickHandler(location.lat(),location.lng(),location,me); + } + }); }, applyOptions: function(){ @@ -87,6 +102,7 @@ removeMarker: function(marker) { var map = this.maps[this.api]; + marker.proprietary_marker.closeInfoWindow(); map.removeOverlay(marker.proprietary_marker); },
2009 Feb 09
15
Mapstraction v2 architecture demo - work in progress
Hi guys, Been working on this over the past few evenings and, although it''s not actually working yet, I thought I''d give you a first glance. The core mapstraction stuff is about 1800 lines with the Google implementation code adding another 500. Original mapstraction is 5353 lines so we''re looking at 5800 for this version if you were to include all provider