You cannot post messages because only members can post, and you are not currently a member.
|
Released 1.18
|
| |
We recently released v1.18 which contained the following changes:
- Changed issues:
* Issue 1553: The directions function doesn't work in Japan.
* Issue 1571: Map3d perspective view breaks IPane().bringToTop()
* Issue 1610: Feature Request: enable MapOptions.overlayRaising for
Map3D
* Issue 1666: Image from other domain is loaded but not displayed... more »
|
|
Change font in infowindow
|
| |
Hi all, First off, I'm new to both AS 3.0 and Google maps API so it's safe to assume I don't know much! (Up until now I've been using AS 2.0.) I am trying to figure out how to change the font (size, color, font) of the title and description of an infowindow. My infowindows are called up from an xml file (like in this tutorial... more »
|
|
Issue with google maps for flash xml parsing demo
|
| |
I am learning to work with Google Maps using Flex. I recreated the xml parsing demo locally and it kept throwing the error TypeError: Error #1007 Instantiation attempted on a non-constructor error. At first I thought it was something that I was doing wrong so I went back to look at the demo again.... more »
|
|
save encoded polygons as jpeg or png in local system
|
| |
Hi all, Actually I've a project of google map api where I've to make encoded polygons with fill colors. My problem is that it should be save as jpeg or png in local system (save only customized polygons not original google map as [link]). I can't solve it out, Its very appreciable if anybody can help me.... more »
|
|
Missing something, with :LatLngBounds
|
| |
Obviously there is a gap in my knowledge (in fact it riddled with them), I kepe encountering the same error, when i try to get the view boundries with: var viewBounds:LatLngBounds = map.getLatLngBounds(); it always returns NULL I also tried map.getCenter().lat() which works fine, but replacing it with... more »
|
|
Duplicate map appearing
|
| |
Hi, We've been using Google Maps in our Flex web app for about a year now, but have just recently started getting a duplicate map appearing after a certain operation runs. It only appear on some peoples machines some of the time, but seems to occur in FF (not sure if it's really browser dependent). I have a screenshot of it happening here: [link]... more »
|
|
Dimming Background map (Map Opacity)
|
| |
How could I dim the opacity of the map and still maintain the opacity of the polygons I have drawn on it? The map colors are interfering with my polygons. Or alternatively how can add another maptype to the maptype control that would be NOMAP. I thank you for your time
|
|
Enterprise Licensing Questions
|
| |
I've got a couple of questions related to the Google Maps Enterprise License. 1. My organization is looking to distribute an .SWF built using the Google Maps Flex API as part of a Windows desktop application. The .SWF will be installed on the user's hard-drive beneath our application folder and loaded into a .NET WebBrowser control from... more »
|
|
issue with fromLatLngToPixel and 3D map
|
| |
Appologies for being new to the API, but having an issue with, fromLatLngToPixel I am trying to find the cursor position in pixels from a map, and have used TileDetector example as a base, but instead am using a 3D map, All works fine, until I put the map pitch to a high value (eg > 65), then the line... more »
|
|
openInfoWindow in a Switch Statement
|
| |
I am using a ComboBox to select subjects. When the ComboBox value changes the 3D Map is given the following (inside the Switch Statement): comboBoxA.addEventListener(Eve nt.CHANGE, specific); function specific(event:Event):void { switch(projectSpecific.selecte dLabel){ case "Albertsons #171 Remodel":... more »
|
|
|