{"id":13742702,"url":"https://github.com/igorcosta/flex-maps","last_synced_at":"2025-10-13T10:25:56.029Z","repository":{"id":7559329,"uuid":"8912798","full_name":"igorcosta/flex-maps","owner":"igorcosta","description":"the definitive solution for maps in Apache Flex","archived":false,"fork":false,"pushed_at":"2013-03-20T20:42:56.000Z","size":451,"stargazers_count":14,"open_issues_count":2,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-09T00:34:24.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igorcosta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-20T19:40:34.000Z","updated_at":"2023-10-02T14:47:28.000Z","dependencies_parsed_at":"2022-09-13T09:21:31.057Z","dependency_job_id":null,"html_url":"https://github.com/igorcosta/flex-maps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/igorcosta/flex-maps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorcosta%2Fflex-maps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorcosta%2Fflex-maps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorcosta%2Fflex-maps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorcosta%2Fflex-maps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igorcosta","download_url":"https://codeload.github.com/igorcosta/flex-maps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorcosta%2Fflex-maps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014672,"owners_count":26085554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:00:35.189Z","updated_at":"2025-10-13T10:25:56.000Z","avatar_url":"https://github.com/igorcosta.png","language":"ActionScript","readme":"Open source Flex-Maps for Apache Flex\n\nThis is a open-source solution to enable Flex developers incorporate\nMaps on their very own apps.\n\nGoal is simple, great a great user experience inside Flex environment\nloading tiles, maps providers from all exposed api out there.\n\n\n\u003ch2\u003eCurrent Maps providers\u003c/h2\u003e\n\nMicrosoft Bing\nOpenStreet\nNokia Here\nYahoo Maps\nNasa Blue Marble\n\nfeature releases to support Google Maps\n\n\u003ch2\u003eUsing it's pretty simple:\u003c/h2\u003e\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cs:Application xmlns:fx=\"http://ns.adobe.com/mxml/2009\" \n\t\t\t   xmlns:s=\"library://ns.adobe.com/flex/spark\" \n\t\t\t   xmlns:mx=\"library://ns.adobe.com/flex/mx\" minWidth=\"955\" minHeight=\"600\" xmlns:flex=\"org.apache.flex.maps.flex.*\"\u003e\n\t\t\u003cs:layout\u003e\n\t\t\t\u003cs:VerticalLayout/\u003e\n\t\t\u003c/s:layout\u003e\t \n\n\t\t\u003cfx:Script\u003e\n\t\t\t\u003c![CDATA[\n\t\t\t\timport spark.events.IndexChangeEvent;\n\t\t\t\t\n\t\t\t\tprotected function onProviderChanged(event:IndexChangeEvent):void\n\t\t\t\t{\n\t\t\t\t\tmyMap.provider = provider.selectedItem.value;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t]]\u003e\n\t\t\u003c/fx:Script\u003e\n\t\t\u003cs:HGroup\u003e\n\t\t\t\u003cs:Button width=\"82\" height=\"22\" label=\"Zoom In\" click=\"myMap.map.zoomIn(event)\"/\u003e\n\t\t\t\u003cs:Button label=\"Zoom Out\" click=\"myMap.map.zoomOut(event)\"/\u003e\n\t\t\t\t\u003cs:ComboBox id=\"provider\" change=\"onProviderChanged(event)\"\u003e\n\t\t\t\t\t\t\u003cs:dataProvider\u003e\n\t\t\t\t\t\t\t\u003cs:ArrayList\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"NASA BLUE MARBLE\" value=\"BLUE_MARBLE\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Open Street Map\" value=\"OPEN_STREET_MAP\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Nokia HERE Normal\" value=\"HERE_MAP_NORMAL\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Nokia HERE Hybrid\" value=\"HERE_MAP_HYBRID\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Yahoo Aerial\" value=\"YAHOO_AERIAL\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Yahoo Hybrid\" value=\"YAHOO_HYBRID\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Yahoo Road\" value=\"YAHOO_ROAD\"/\u003e\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Nokia HERE TERRAIN\" value=\"HERE_MAP_TERRAIN\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Microsoft Hybrid\" value=\"MICROSOFT_HYBRID\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Microsoft Hybrid\" value=\"MICROSOFT_HYBRID\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Microsoft Aerial\" value=\"MICROSOFT_AERIAL\"/\u003e\n\t\t\t\t\t\t\t\t\u003cfx:Object label=\"Microsoft ROAD\" value=\"MICROSOFT_ROAD\"/\u003e\n\t\t\t\t\t\t\t\u003c/s:ArrayList\u003e\n\t\t\t\t\t\t\u003c/s:dataProvider\u003e\n\t\t\t\t\u003c/s:ComboBox\u003e\n\t\t\u003c/s:HGroup\u003e\n\n\t\t\t\t\n\t\t\t\t\u003cflex:FlexMap showControls=\"true\" id=\"myMap\"\n\t\t\t\t\t\t\t\t\t width=\"100%\" extent=\"-9.4384955,-40.3835929,12,0,0\" height=\"100%\" \n\t\t\t\t\t\t\t\t\t draggable=\"true\" provider=\"HERE_MAP_HYBRID\" \n\t\t\t\t\t\t\t\t\t zoom=\"12\" center=\"-9.4384955,-40.3835929,12,0,0\"\n\t\t\t\t\t\t\t\t\t doubleClick=\"myMap.map.onDoubleClick(event)\" /\u003e\n\u003c/s:Application\u003e\n```\n\n\nThis project is a based on ModestMap technology.\n\n\n","funding_links":[],"categories":["User Interface"],"sub_categories":["Flex Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorcosta%2Fflex-maps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorcosta%2Fflex-maps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorcosta%2Fflex-maps/lists"}