<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 6</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>375</PageWidth>
	<PageHeight>667</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>True</EmptyBuildFolder>
	<AppIcon>C:\Users\rocco\Documents\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="inizializeMap">
					<Code>neoMapInitialize &quot;Container2&quot; 0 0 15 18 &quot;Open Street Maps&quot;
neoMapAddMarker &quot;Container2&quot; &quot;marker&quot; &quot;red&quot; 0 0 false &quot;Hi&quot;</Code>
				</Function>
				<Function name="moveMarker">
					<Code>neoMapMoveMarker &quot;Container2&quot; &quot;marker&quot; [lat] [lon]
neoMapGetZoom &quot;Container2&quot; [zoom]
neoMapSetView &quot;Container2&quot; [lat] [lon] [zoom]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>.neoGetPosition [lat] [lon]
neoWatchPosition [lat] [lon] [acc] true [err]

wait 500
   Watch [lat] &quot;moveMarker&quot;
   Watch [lon] &quot;moveMarker&quot;
   inizializeMap
endwait

</pageenter>
					<Components>
						<Container id="Container1">
							<left>39px</left>
							<top>32px</top>
							<width>302px</width>
							<height>167px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>Lat: [lat]&lt;br&gt;
Lon: [lon]&lt;br&gt;
acc: [acc]&lt;br&gt;

</html>
						</Container>
						<Container id="Container2">
							<left>38px</left>
							<top>249px</top>
							<width>304px</width>
							<height>310px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<PushButton id="PushButton1">
							<left>38px</left>
							<top>584px</top>
							<width>140px</width>
							<height>44px</height>
							<click>neoWatchPosition [lat] [lon] [acc] true [err]

wait 500
   Watch [lat] &quot;moveMarker&quot;
   Watch [lon] &quot;moveMarker&quot;
endwait

</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>194px</left>
							<top>585px</top>
							<width>140px</width>
							<height>44px</height>
							<click>neoStopWatchPosition
CancelWatch [lat]
CancelWatch [lon]</click>
						</PushButton>
					</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>375px</width>
							<height>667px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
