Flash :: Change GoogleMaps Physical Relief With Maps API On Flex

May 19, 2011

I have an app in Flex using Google Maps API (with Map3D) and I receive GPS data that basically is Latitude,Longitude and Altitude. well... I want to show the marker in my app also changing the altitude of the location I received the data.

View 1 Replies


Similar Posts:


Flex :: Google Maps - Enable / Disable GoogleMaps In A 3 Application?

Oct 13, 2011

I'm developing an application using the Google Maps API with Adobe Flex Builder 3. Wrote the "HelloWorld" code provided by the GoogleMaps Reference...

[Code]...

everything goes well but the application consist on a cartesian plane that, optionally, could have the GoogleMap displayed on the background. The point is that I don't know how to hide the map once it is loaded. I would like to load it only if I click on a checkbox
I came here after searching over the GoogleMaps Reference for some "enable/disable map" function, but I had no luck.

View 1 Replies

Flex :: Library To Create Schematic Maps (ie - Tube - Metro Maps) In Flash

Jun 21, 2011

I have a project that requires me to create interactive schematic maps for rail networks. Something along the lines of London's tube map (Not the tube map itself. Are there any flash libraries out there that can assist with this sort of thing?

View 1 Replies

Actionscript 3 :: Flex Rating Component - Create A 2D Rectangle With No Relief

Nov 1, 2011

I'd like to create a component like that. Each rectangle may be empty half or full according user notation. So I'd mike to do the same with flex and AS3 but I don't found how. Actually, I create a 2D rectangle with no relief.

View 1 Replies

Flex :: Google Maps For Flash Is Deprecated?

Sep 11, 2011

Since Google has announced that it is deprecating Google Maps for Flash, I am need of some alternatives.elaborate here in order to get the best pick of the maps, since the google maps for flash will be deprecated in next 3 years. Let's get here the best opinions of the peoples - which maps which is build on the Flash platform shall be used instead ?

View 1 Replies

Flash :: Draining Available Physical Memory?

Nov 9, 2009

I'm using an online charting program written in flash. I have Flash 10 and IE8. Each time it draws a chart, my available physical memory decreases. On my WinXP Pro machine with an i7 processor and 4G RAM I can draw ~20 charts before available memory decreases to 1.6G and IE locks up. On my laptop with WinXP Pro, Core 2 Duo and 2G RAM with Flash 10 and IE7 I can draw about ~40 charts before available memory decreases to 160M and IE locks up. It seems that the only way to get the memory back is to close and then reopen the tab. Is this common to Flash or was this program poorly written? Would I have better luck with another browser

View 1 Replies

Flash :: Css - Physical Screen Pixels With CSS

Feb 9, 2011

I have a Flash object that I need to embed in a page, and I've got it in a wrapper div that is styled to the exact width of the object: 323px. The problem I have is that when I zoom the whole page in the browser (for example, by using ctrl+mouse wheel, or ctrl++ or ctrl+-, the wrapper div zooms, while the flash object does not. Is there a way that I can specify a width in physical screen pixels, so when I zoom in or out, the wrapper div stays the size of the Flash object?

View 1 Replies

IDE :: Flash Reading Physical Devices - Possible?

Nov 30, 2009

I would like to know if it's possible to tie Flash into physical devices, so the display is of course flash, but underlying input is from a physical device. Such as metal detector, water gauge, battery voltage, etc.

View 1 Replies

Flash :: Flex - Google Maps API Custom Content

Oct 31, 2010

I am creating a little map app where you are given information, video and images regarding different campuses in a university. I am using the customContent method to insert video player object into the infoWindow but when I do this it gets rid of my text content and becomes the only visible thing to the user. How Can I work around this and have both text and video in the infoWindow? Demo link

[Code]...

View 1 Replies

Flex :: Google Maps For Flash Throws RTE In New Polyline()

Dec 3, 2010

I'm getting the following error with Google Maps API: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.maps.overlays::Polyline() Specifying the second constructor parameter does not help.

View 1 Replies

Flash / Flex Builder - Interactive Geographical Maps

Mar 12, 2011

What software to use to get to the following result:
- Geographical maps per country
- Country / District / Provence
- on click do ...
iMapBuilder for example lets you create a flash map but you can't embed it in Flash Builder and use controls on it. Sth like google maps but then Provence, Country, maps with only the frontier lines on it and not all of the details and streets.

View 1 Replies

ActionScript 2.0 :: Shows The Change In Housing Density Using Maps?

Nov 29, 2006

I am workin on a project that shows the change in housing density using maps. I have a movie clip "maps" that I have transitioning between various years.

I need to make buttons that go through the movie clip, and when they click it, showing the transformation from that year. I just can't get the code to work.

[Code]...

View 7 Replies

Flex :: Create A Flat Marker In Google Maps 3d Flash Api?

Oct 5, 2009

When using map3d, the default marker creation is always perpendicular to the viewport. How can I create a marker that lays down flat against the map? I can't use GroundOverlay because it becomes overly tiny when the map is zoomed out. How can I create a matrix3d object that will rotate/scale/skew my Marker's foreground DisplayObject so it remains flat against the map when in perspective mode?

View 1 Replies

ActionScript 2.0 :: Handle Complex Physical Motion With Flash?

May 2, 2007

I tried to create similar animation like this: [URL] I found that it is not very easy to handle those physical motions just by using flash 8 e.g. So I wonder how do you guys handle it.

* Using macromedia flash only?
* Using some plugins (Fusekit, etc)?
* Using Flex?
* Using flash engine?
* Others...?

View 2 Replies

Flash :: Loading "maps" Rss From Google Maps?

Dec 16, 2009

I creating a flash app that loads a RSS of a plublic map with a custom route path and draws lines from the coordinates on a Away3D Sphere.It works preety well when I'm testing locally, but when I publish online, the app can't load the RSS. I think Google Maps disable access from other domains.Does anyone knows another way to access this map RSS directly from google? Now to fix this, I'm hosting the RSS.

View 2 Replies

Actionscript 3.0 :: Pulling Info From Google Maps Into Maps Api?

Sep 9, 2009

I have created a site for my relative's garden. They have already registered there location and info with google maps and I have already installed the api in the site. I also, already have the map located on their location with an pin over it, but I was trying to figure out how to make the map pull the information that pops up when you click that pin. Do I need to create that myself or is there a way I can pull that from google? Here is a link to the site: [URL]

View 1 Replies

Flex :: Do Google Maps Flash API Markers Fire Event When Added To Stage?

Apr 1, 2010

With the Google Maps Flash API, I want to add an event listener which fires when the Marker is added to the Map using
map.addOverlay();
Event.ADDED_TO_STAGE
is not fired, though it seems logical. What are the alternatives?

View 1 Replies

Flex :: How Does One Implement The Google Maps 3D API (or Similar) For Flex With A Local Map Cache

Aug 17, 2010

I am writing a Flex application for use on a private intranet with no external Internet access. I want to use Google's 3D Maps Flex API, but it must be connected to the internet to download map tiles on demand.

Is there a way to locally cache the 3D map tiles and data so that I can run this app without an internet connection? And if not, is there a 3D GIS that supports Flex integration and allows for a local map cache?

View 1 Replies

Flex :: Google Maps & Flex: Clearing Markers

May 11, 2011

I'm using Google Maps with Flex 3. I'm having problems clearing markers. Users can select which data they want marked on the map by selecting an item in a comboBox. I also have a button that clears the markers:

[Code]...

View 1 Replies

Flex :: How To Use Google Maps

Mar 1, 2012

Is there anyway not to use .swc from google maps for the flex application, as the application i want to develop will be accessible on mobile also.

View 2 Replies

Flex Deserialization With List Of Maps?

Apr 15, 2012

I have a problem with BlazeDS to Flex mobile deserialization, so that I try to send back list of maps List<Map<String, Object>> with different Objects in every Map, but when I receive this list in flex code:

hastalarim = event.result as ArrayCollection; But when I debug this in flex code I see that there're 7 instances of the same Object (the first object that was inserted on server-side) in that list.

[Code]...

View 1 Replies

Actionscript 3 :: Getting Physical Path In SWF File?

May 19, 2011

I'm using UILoaders to load different .swf files into the main .swf and am having a problem when I try to load a specific .swf file after a series of steps.I wanted to know if there was a way to see which is the current path that the application is in so that I can know if my relative paths are working or if I have to change them.I want to do something in the likes of this.path, or anything that works that way.

View 1 Replies

ActionScript 3.0 :: Get Monitor's Physical Size?

Feb 15, 2011

How can we get monitor's physical height and width ie size?

View 7 Replies

Html :: Embed A Google Maps API Javascript In Flex?

Apr 11, 2012

How could I embed a Google Maps API Javascrip on my Flex Application?I found some examples, but none of them worked for me.

http://javey.net/bike/map/player5/map.html?gpx=http://javey.net/bike/gpx/24-nov-2007.gpx&title=Sheldon.Road.Trail http://note19.com/2007/11/22/how-to-embed-google-map-in-flex/

View 3 Replies

Google Maps In Flex Withiout Mxml Component?

Aug 14, 2011

How do I add google maps as Class into main.mxml withiout <maps:Map key="" sensor="" />

[Code]...

View 1 Replies

ActionScript 3.0 :: Physical Sensors Or Buttons Communicating

Feb 14, 2010

I might get a job for a museum which involves triggering various movies / interactions with physical buttons. The details aren't quite clear yet but I thought I should get started with researching hardware options to be prepared. I imagine there will be a physical button to start the presentation, a button to stop it and perhaps a forward / rewind button? Or it could also be 4-5 physical buttons built into the wall next to a screen each of which would launch different movies. Is this something that can be done in flash at all? Are there such buttons out there that can easily be plugged into a computer through USB and then connected to a simple flash movie?

[Code]...

View 3 Replies

Actionscript 3 :: Create Custom Marker In Google Maps For Flex

Mar 2, 2011

I have to create a marker with 3 triangles at 120 degrees with each other. The fill colour of the three triangles will be different (to be decided depending upon the value of some other variable).

Google Maps can accept DisplayObjects as markers. How do I go about creating one manually?

View 1 Replies

Flex :: Adding Google Maps Markers By An Address Instead Of Coordinates?

Apr 12, 2011

In my Flex project, can I add markers by its address instead of this:var myGeographicCoordinates:LatLng = new LatLng(myLatitude, myLongitude);for example add marker by "Paris, France"

View 2 Replies

Java :: Portable Way To Determining Of Printer Is Physical Or Virtual?

Feb 25, 2011

I need direct-to-printer functionality for my website, with the ability to distinguish a physical printer from a virtual printer (file).has this functionality via a native binary which must be installed by the user. I'd prefer to avoid thatI dug through that Java APIs a bit, and don't see anything that would let you determine physical vs virtual, except looking at the name (that seems prone to misidentification). It would be nice to be able to do it in Java, because I already know how to write Java applets. Failing that, is there a way to do this in Flash or Silverlight?

View 3 Replies

Flex :: Maps / Way To Use OpenLayers On Flex?

Jun 1, 2009

is There a way to use OpenLayers on Flex?By now I've found Open-Scales project, but it is in development (not fully functional).

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved