Get Current Location GoogleMaps API Android Programming by Stefce … Maps what am doing right now is as follows. Creating GoogleMaps Activity, Download GooglePlay Services from Android SDK Manager, Giving Permissions… Re: Get Current Location GoogleMaps API Android Programming by Daniel_87 … will sugesst to answer your question is Get Current Location GoogleMaps API Android Please check the sample code for the Google… googlemaps - problem adding geocoding searchbox Programming Web Development by AikenDrum Hi, I've successfully set up on my website the example geocoded googlemap with markers from here: [URL="http://code.google.com/support/bin/answer.py?answer=65622"]http://code.google.com/support/bin/answer.py?answer=65622[/URL] I now want to add a search box to geocode a typed in location, and re-center the map on that location. The … Recieving Wrong IP? Programming Software Development by alek.mieczkowski …the Lat and Lon I use GoogleMaps.LocationServices from NuGet. Link: http://www.…nuget.org/packages/GoogleMaps.LocationServices Full Code: using System; …System.Data.SqlClient; using System.Configuration; using GoogleMaps.LocationServices; namespace WebApplication3 { public partial class … question about passing arguments to a javascript function from vb.net Programming Software Development by LOI_SE … a webbrowser control in the application. weburl = applicationpath & "/googlemaps.html" WebBrowser1.Navigate(weburl) To accomplish this I call… a javascript function which is in a page called: "googlemaps.html". The code of this page is as followed… Google map on html page Programming Web Development by liphoso …;listview"> <li><a href="#GoogleMaps">Google Maps View</a></li…> <div data-role="page" id="GoogleMaps"> <div data-role="header">… Re: please review my HJT log and advise on hacktool.rootkit Hardware and Software Information Security by zgahi47 …'s the new HJT log after running ewido - i think googlemaps.exe is still a problem for me Logfile of HijackThis… Picture Msngr] C:\WINDOWS\\\\\\\\\\\\\\\ O4 - HKLM\..\Run: [Google Earth Viewer] GOOGLEMAPS.EXE O4 - HKLM\..\Run: [NeroFilterCheck] C:\WINDOWS\system32\NeroCheck.exe… please review my HJT log and advise on hacktool.rootkit Hardware and Software Information Security by zgahi47 … Picture Msngr] C:\WINDOWS\\\\\\\\\\\\\\\ O4 - HKLM\..\Run: [Google Earth Viewer] GOOGLEMAPS.EXE O4 - HKLM\..\Run: [NeroFilterCheck] C:\WINDOWS\system32\NeroCheck.exe… Re: please review my HJT log and advise on hacktool.rootkit Hardware and Software Information Security by zgahi47 … Picture Msngr] C:\WINDOWS\\\\\\\\\\\\\\\ O4 - HKLM\..\Run: [Google Earth Viewer] GOOGLEMAPS.EXE O4 - HKLM\..\Run: [NeroFilterCheck] C:\WINDOWS\system32\NeroCheck.exe… PHP and Javascript Programming Web Development by dragonflyuk I have a javascript that looks up some details on googlemaps for me, then returns them to a php script that … Re: PHP and Javascript Programming Web Development by R0bb0b [QUOTE=dragonflyuk;655539]I have a javascript that looks up some details on googlemaps for me, then returns them to a php script[/QUOTE] I don't understand why you don't just do this with Curl, then you could run the entire script from cron or from another php file or whatever you want. Re: PHP and Javascript Programming Web Development by dragonflyuk The javascript gets details from googlemaps, then submits the to a php script whic formats them, … Google Contest Spawns Apps, Android Market Digital Media Digital Marketing Search Engine Strategies by EddieC …/android/adc_gallery/app.html?id=5]cab4me[/URL], which combines GoogleMaps, GPS and cell data to hail a cab to your… google maps question Programming Web Development by Th3nutz …;Silver Mountain</h4><img src="images/googlemaps/silvermountain_small.jpg" alt="" width="90"… First time using JavaScript, help Programming Web Development by tashaX … project requires to display path from pointA to pointB on GoogleMaps using gps coordinates. For now all I'm trying to… Re: First time using JavaScript, help Programming Web Development by coolbuddy059 … project requires to display path from pointA to pointB on GoogleMaps using gps coordinates. For now all I'm trying to… Help with JavaScript Programming Web Development by tashaX … project requires to display path from pointA to pointB on GoogleMaps using gps coordinates. For now all I'm trying to… City from IP? Programming Web Development by phorce Hello, Is it possible to get someones city from their IP address using PHP? I want to display like their local pizza houses near their area using googlemaps.. Please answer :) Directions and map in separate windows Google maps V3 Programming Web Development by Captain_Ludd …: I have managed to get some pages that use the googlemaps interface up and running add markers to them etc and… Geolocation in HTML5 Programming Web Development by rotten69 …. I suggested the idea of using Geolocation(because it uses GoogleMaps) but then we had a look at [this website](http… Problem using Google Map API v3 Programming Web Development by faysal.ishtiaq_1 …=false"></script> <script src="googlemaps.js"></script> </head> <… VB.NetCF and Googlemaps Mobile Programming Software Development by ICTIS Despite postings on the code.google forums I've had no luck with this yet. I have an app on my WM5 device which stores lat/long data. What I'd love to be able to do is to pass one over to google maps mobile and have it show the location graphically. So far I've had no luck. I have to copy the lat/long to the clipboard then paste it into the seach… Begging for help! Googlemaps! Programming Web Development by rinjin07 Hi guys, Forgive me if this is a stupid question as I'm fairly new to computing. Been trying to make a webpage that displays a googlemap with multiple markers based on data from an XML file but can't seem to get it to work. Would be ETERNALLY grateful to anyone who can pick out where I'm going wrong! [CODE] <html> <head> <… Re: Begging for help! Googlemaps! Programming Web Development by Airshow Rinjin, Here's a few things to try: Give the page a doctype (first line, right at the top of the file). eg. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Install google maps on the page: <script src="http://maps.google.com/maps… Re: Begging for help! Googlemaps! Programming Web Development by rinjin07 [QUOTE=Airshow;1596368]Rinjin, Here's a few things to try: Give the page a doctype (first line, right at the top of the file). eg. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Install google maps on the page: <script src="http… Re: Begging for help! Googlemaps! Programming Web Development by Airshow If your test with hard-coded arrays yields a blank page then then you need to concentrate on the Google code. Make sure that the AJAX code is commented out. Do you get an error in your error console or does it fail silently? Have you tried testing with hard-coded values in the line [iCODE]var latlng = new google.maps.LatLng(lats[0], lngs[0… Re: Begging for help! Googlemaps! Programming Web Development by rinjin07 [QUOTE=Airshow;1596693]If your test with hard-coded arrays yields a blank page then then you need to concentrate on the Google code. Make sure that the AJAX code is commented out. Do you get an error in your error console or does it fail silently? Have you tried testing with hard-coded values in the line [iCODE]var latlng = new google.maps.… Re: Begging for help! Googlemaps! Programming Web Development by rinjin07 [QUOTE=Airshow;1596693]If your test with hard-coded arrays yields a blank page then then you need to concentrate on the Google code. Make sure that the AJAX code is commented out. Do you get an error in your error console or does it fail silently? Have you tried testing with hard-coded values in the line [iCODE]var latlng = new google.maps.… Re: Begging for help! Googlemaps! Programming Web Development by Airshow Rinjin, I've not tried running your code but guess it will fail at line 42 (maybe silently), because the DOM element with [iCODE]id="map_canvas"[/iCODE] doesn't exist when the code runs. By wrapping all your javascript in: [CODE] onload = function(){ //your code here } [/CODE] you will ensure that it doesn't run until the… Re: Begging for help! Googlemaps! Programming Web Development by Airshow You also need to give the canvas some width and height. Add to the document head: [CODE] <style> #map_canvas { width:300px; height:300px; border:1px solid #000; } </style> [/CODE] [B]Airshow[/B]