7 Похожие MyCityMapp

Geocoder 1.0.0
Fabrice Tatieze
Use this app to find the latitudeandlongitudeof an address. Street view is also available to takeacloser look:)
Where Am I ? GeoCode 1.3
Sivan Chakravarthy
This is the full and free version of"WhereAmI? GeoCode" for Android(earlier known as"Geocoding"applicationfor Android).This application is enables you to find the latitude andlongitudeofany address you specify and view on the map!Developed by a 13year old developer!Way to use this Application:Enter the address in the “Address field” for which you wouldliketogenerate the GeoCode.Eg : Maidenhead SL6 4HN, UK (enter full address formoreaccurateresults): 910 , Rockefeller Drive , Sunnyvale , CA 94087 (enterfulladdressfor more accurate results): Wilson Garden, Bangalore, 560027 (enter full addressformoreaccurate results)The "GeoCode" button will convert the specified addresstolatitudeand longitude. The latitude and longitude generated canbeviewedat the bottom-right of your screen next tothe“About”button.The "Set Current Location as Address” button willautomaticallysetthe Address field to your current location.The "Save Address" button will save the address enteredintheaddress field to the history.The "Delete Address" button is used to delete anypreviouslyenteredaddress from the history.The "Load Address" button is used to copy any addressfromthehistory into the address field.The "Map It" button is used to view the “GeoCoded address” inmaporsatellite view.Feel free for any queries at sivan.sundar@gmail.comYour valuable ratings and comments are most welcome.Tested and working in HTC LEGEND!
LocationGo-Geocode Coordinates 2.2
Debby
Convert text location intoLatitudeandLongitude coordinates and vise-verse , using Geocodeservice.3 Screens selections:- Convert address(street-country) tocoordinates-Displayonmap.- Convert coordinates toaddress(street-country)-Displayonmap.- Display history for search locations on map.* Clean and simple interface.* Live map for current location and dedicated locationusingdeviceNetwork location.* Different map Layers.* Auto complete Locations.Keywords:Geocode,Location,Geotag,Latitude,Longitude,coordinates
Geocoding 1.0
Sivan Chakravarthy
Geocoding is now called as " Where AmI?GeoCode " which is available in the Android Market . Thanks------------------------------------------------------------This is the full and free version of "Geocoding" forAndroid.This app is used to convert Address to Lat and Long andviewinMap !This app enables the user to :1.) Geocode ( i.e To convert Address to Lat and Long ).2.) Save , Load and Delete from Presets for easy Geocoding !Please Rate and Comment !Tested and Working in HTC LEGEND !
JsonTextDecode_Web_MIT_AI 1.0.0
vivo
◆アプリ名: JsonTextDecode_Web_MIT_AI(十二星座シリーズ/開発コード名: Pisces)JSON (JavaScript Object Notation)は、軽量のデータ交換フォーマットです。人間にとって読み書きが容易で、マシンにとっても簡単にパースや生成を行なえるデータ形式です。外部Webサービスからの応答としてJSONは多用されており、このJSONデータをパースしたい場合、MITAppInventorではWeb JsonTextDecodeメソッド(※1)を使用します。今回は、住所を入力し、外部WebサービスであるGoogleGeocoding(※2)により位置情報結果(JSONファイル)を取得して緯度/経度を求め、必要であればその緯度/経度の位置をGoogleMapに表示するアプリを製造してみました。なお、本アプリは内蔵メモリではなく、SDカードにインストールされます。また、本アプリは、MIT App InventorV1.34(※3)で製造し、AppToMarketV3.2(※4)でリビルドしたノンコーディングなものです。※1JsonTextDecodeメソッドとは、その名の通りJSONテキストをデコードするメソッドで、OtherComponentsの一つであるWebに用意されているものです。詳細は、公式HP(http://appinventor.mit.edu/explore/content/other-components.html#Web)をご参照下さい。※2 GoogleGeocodingAPIとは、Google社が提供するジオコーディングWebAPIです。ジオコーディングとは、住所を地理座標(緯度、経度)に変換する処理のことをいいます。地理座標を使用して、マーカーを配置したり地図の位置決めを行ったりできます。GoogleGeocodingAPIを使用すると、HTTPリクエストを通してジオコーダに直接アクセスすることができます。また、逆の操作(座標を住所にする)を行うこともできます。この処理は「逆ジオコーディング」と呼ばれています。詳細は、公式HP(https://developers.google.com/maps/documentation/geocoding)をご参照下さい。※3 MIT App Inventor V1.34http://appinventor.mit.edu/※4 AppToMarketV3.2https://code.google.com/p/apptomarket/【ご提供サービス】★前提条件(1) インターネット接続できること。★ご提供サービス住所を入力すると、その緯度/経度情報を取得します。また、必要であれば、取得した緯度/経度の位置をGoogleMapに表示します。★使用方法以下の通りです。(1) アプリが起動したら[Settings]ボタンを押して下さい。(2) 入力する住所の言語について、Japanese(日本語)/English(英語)のいずれかを選択して下さい。(3) (2)で指定した言語を使用し、緯度/経度を取得したい住所をテキストボックスに入力して下さい。(4) [Set above settings]ボタンを押し、(2)、(3)で指定した設定をアプリにセットして下さい。(5) [Start & Show Google Map]ボタンを押して下さい。入力住所を基に、インターネット接続し、GoogleGeocodingにより位置情報結果であるJSONファイルを取得します。そのJSONファイルを内部処理により解析し、緯度/経度を求めます。その後、求めた緯度/経度の位置をGoogleMapで表示するか否か、選択ダイアログを表示します。[Yes]ボタンを押した場合GoogleMapが表示され、当該位置が表示されます。[No]ボタンを押した場合、GoogleMapは表示せず、処理を終了します。JsonTextDecodeが提供する機能を確認するお役にたてれば幸いです。【十二星座シリーズについて】本シリーズは、私がMIT App Inventorの APIを理解したいと考え、製造したアプリ群です。従い、本シリーズは目的重視の為、実用的ではないかもしれません…が、どうかお許し下さい。ただし、アプリのロジックとして、MIT AppInventorBlocksEditorの図を私のHPに公開させて頂こうと考えております。ご参考になれば幸いです。【ダウンロード後によくある質問】いまのところございません。【対応端末】AndroidOSのバージョン2.0以上搭載の端末でご利用いただけます。スマートフォン以外の機器(スマートTVなど)は、動作保証外です。
Proximity Alert 1.2.5
Patrick J. Doran
Location based alarm system for your device.Here's what you can do with this app:- Remind yourself to wake up when you get near yourdestinationwhile taking public transportation- Call a phone-based remote garage opener as you drive up toyourhouse.- Warn yourself about known traffic cameras and likelyspeedtraps.- Download today's agenda as you approach work.- Warn yourself when you have wandered within a kilometer ofyourcrazy ex-spouse's house.- Send text messages to your friends when you arrive.Usage Hints:- GPS location reduces your battery life. When the phone isasleep,it will check for location every 4 minutes toconservebattery.- Long press on the map to place or move an alarm.- Use the Geocode Address button to try to find GPS coordinatesforyour alarm.What each permission is for:Internet - Map dataFine Location - Triggering alarms.Vibrate - Vibrates the phone.Boot - Loads alerts on boot.Phone State - Lowers the alarm volume if you are in the middle ofaphone call.Disable Keyguard & Wake Lock - For making the alarm show upwhentriggered but the phone is asleep/locked.Call Phone - Call a phone number.Write External Storage - Downloaded files will be written toyourdownload directory on your external storage.Send/Read/Write SMS - Send text messages when an alarm istriggeredand record sent messages in your inboxIf you have a feature you want to see in this app, send meanemail. Feature requests I've added so far:- Call a phone number- Hide alarm and loop sound options- Download files- Send text messagesKeywords: location alarm, location alert, locationreminder,geographic alarm, geographic alert, geographic reminder,geo-alarm,geo-alert, geo-reminder, gps alert, gps alarm, gpsreminder, areaalert, area alarm, area reminder.
Geocode Me 1.0
Aslamdoctor
Generate Geocode details for Yourcurrentaddress or any address You want. Generates detailsincludingLatitude, Longitude, Address, Country Code, State,Country.