Kodi Community Forum
[RELEASE] LocatU - Google Maps and Geocoder / Geolocation Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] LocatU - Google Maps and Geocoder / Geolocation Script (/showthread.php?tid=26192)

Pages: 1 2 3


[RELEASE] LocatU - Google Maps and Geocoder / Geolocation Script - asteronimo - 2007-05-06

Finally got it working:
Google Maps and Geocoder on your XBOX!

Just enter an address with the virtual keyboard
and see the adress location pop up on your screen.

You can even pan left/right/up/down and zoom in/out.

Download it here:
http://www.mobilebenefits.nl/XBMC/LocatU.zip

Unpack it and copy the folder LocatU to your scripts directory.


Hope you like it.

Asteronimo


- Asteron - 2007-05-07

Oo I guess I should be flattered?


- Geeba - 2007-05-10

Good stuff! I'll try tonight!!Nod


- ahendriks2005 - 2007-05-10

Does anybody got an screen sample of this?


Google route-mapping - asteronimo - 2007-05-11

I am also working on an implementation of the Google route-mapping feature.
This will take me at least another 3 weeks though.

Asteronimo


- craze7 - 2007-05-11

good script man, i had a look last night!!!!!


- asteronimo - 2007-05-12

Thnx!

I had some bad luck, my xbox is dead Sad .
So I have to mod another with an Xeno FX chip I have lying around
before I can continue coding.
Well, gives me a chance to try the xbox emulator on my pc.


- Gamester17 - 2007-05-12

Cool stuff?, ...has you submitted the script(s) to XBMCscripts.com yet
(so that it/they can easily be downloaded by everyone via their script)


- asteronimo - 2007-05-12

Yes, it's also in the XBMCScripts list.

I will be posting regular updates like:

- show nearby businesses
- distance measuring between 2 locations
- uploading and showing itineraries (mountain trips, etc.)

Let me know what else you would like to see.


- mortael - 2007-05-13

asteronimo Wrote:Let me know what else you would like to see.


will it ever be possible to switch between the regular map-view, and the satellite or hybrid one? I wanna see my house on my xbox Smile


- asteronimo - 2007-05-13

Yes, switching between regular map and satellite images will be possible in a few weeks.

Hybrid may not be possible because it uses a lot of AJAX technology which is difficult to port to a scripting language like Python.


LocatU (Google Maps and Geocoder script) - asteronimo - 2007-05-19

As you may know, LocatU is the Google Maps interface for the XBOX.

v1.1 was released a few weeks ago and I am happy to announce that v1.2
is now ready to be released.

v.1.2 has satellite maps added.

You can download it with XBMCScripts in a couple of days.

Have fun with it!


- asteronimo - 2007-05-19

v1.2 with satellite maps added, will be released thru XBMCScripts in a couple of days.


- Nuka1195 - 2007-05-19

Nice script,

a suggestion, if your going to use getButtonCode(), then add the codes for a remote and keyboard also.

eg MOVEMENT_UP = ( 166, 270, 61478, )


- asteronimo - 2007-05-20

Thnx, I wasn't aware they were different.
I will implement them in the next release (v1.3).