Skip to content

Instantly share code, notes, and snippets.

@amay077
Created September 20, 2011 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amay077/1229421 to your computer and use it in GitHub Desktop.
Save amay077/1229421 to your computer and use it in GitHub Desktop.
GoogleMap on Flex Mobile Example
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
title="HomeView">
<fx:Declarations>
<!-- 非ビジュアルエレメント (サービス、値オブジェクトなど) をここに配置 -->
</fx:Declarations>
<maps:Map xmlns:maps="com.google.maps.*" id="map"
width="100%" height="100%"
url="APIキー取得時に指定したURL"
key="あなたが取得したキー"
sensor="false" />
</s:View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment