<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>800</PageWidth>
	<PageHeight>500</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="parseData">
					<Code>SetVar [mydata] [data]

.Longitude and latitude
SetVar [lat] [mydata.features(0).geometry.coordinates(1)]
SetVar [lng] [mydata.features(0).geometry.coordinates(0)]

.Properties
SetVar [name] [mydata.features(0).properties.name]
SetVar [street] [mydata.features(0).properties.street]
SetVar [city] [mydata.features(0).properties.city]
SetVar [county] [mydata.features(0).properties.county]
SetVar [state] [mydata.features(0).properties.state]
SetVar [country] [mydata.features(0).properties.country]
SetVar [kind] [mydata.features(0).properties.osm_value]

neoMapAddMarker &quot;Container1&quot; &quot;[address]&quot; &quot;blue&quot; [lat] [lng] false &quot;&lt;b&gt;[name]&lt;/b&gt;&lt;br&gt;[street]&lt;br&gt;[city]&lt;br&gt;[county]&lt;br&gt;[state]&lt;br&gt;[country]&quot;
neoMapFlyTo &quot;Container1&quot; [lat] [lng] 14</Code>
					<Params>[data]|STRING|JSON data</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>neoMapInitialize &quot;Container1&quot; 45 1 4 18 &quot;Open Street Maps&quot;</pageenter>
					<Components>
						<Container id="Container1">
							<left>24px</left>
							<top>80px</top>
							<width>560px</width>
							<height>400px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<PushButton id="PushButton1">
							<left>592px</left>
							<top>16px</top>
							<width>184px</width>
							<height>48px</height>
							<caption>Search</caption>
							<click>StrReplace &quot;[address]&quot; &quot; &quot; &quot;|&quot; [address2] &quot;&quot;
LoadAsyncJSON &quot;https://photon.komoot.io/api/?q=[address2]&amp;limit=1&quot; &quot;parseData&quot;</click>
						</PushButton>
						<TextInput id="TextInput1">
							<left>24px</left>
							<top>16px</top>
							<width>560px</width>
							<height>48px</height>
							<variable>[address]</variable>
							<place_holder>Enter a City, a Town, a Place Name or a Short Address to Search</place_holder>
						</TextInput>
						<Container id="Container2">
							<left>592px</left>
							<top>80px</top>
							<width>184px</width>
							<height>400px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px</style>
							<html>[name]&lt;br&gt;
[street]&lt;br&gt;
[city]&lt;br&gt;
[county]&lt;br&gt;
[state]&lt;br&gt;
[country]&lt;br&gt;
[kind]&lt;br&gt;
</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>800px</width>
							<height>500px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
