google-maps-api-3

Why is “BESbewy” appearing in my site spans?

爱⌒轻易说出口 提交于 2019-12-23 06:54:37
问题 I noticed with firebug a span with "BESbewy" string inside it in the end of body with left and top with -999 and visibility hidden. The first thing a thought is that for some how I was hacked, but after a day searching I'm not so sure about this anymore, so I started to think that this is somehow related to Google Maps API v3. Well, you can try searching for "BESbewy google maps" on Google and see how many results is shown, and looks to all be related to maps; by the way, this string is in

Why is “BESbewy” appearing in my site spans?

强颜欢笑 提交于 2019-12-23 06:54:02
问题 I noticed with firebug a span with "BESbewy" string inside it in the end of body with left and top with -999 and visibility hidden. The first thing a thought is that for some how I was hacked, but after a day searching I'm not so sure about this anymore, so I started to think that this is somehow related to Google Maps API v3. Well, you can try searching for "BESbewy google maps" on Google and see how many results is shown, and looks to all be related to maps; by the way, this string is in

Cannot load Google Maps Markers from XML variable

我的未来我决定 提交于 2019-12-23 06:50:09
问题 I've searched all over the place and tried finding other causes of issues to no avail. I have a search form to retrieve xml data, and the data comes back great. Response Headers Content-Type text/xml;charset=utf-8 Date Fri, 04 Jan 2013 19:00:52 GMT Server Apache Transfer-Encoding chunked Via 1.1 decfpxy1 (NetCache NetApp/6.0.2) Response: <markers><marker id="1" lat="48.153938" lng="17.108459" /></markers> However my data variable doesn't insert anything into my script that loads the markers

StreetView API: Hiding FullScreen Control [closed]

孤人 提交于 2019-12-23 06:48:39
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I am trying to hide the toggle fullscreen element in the Streetview API HUD. panorama = new google.maps.StreetViewPanorama(document.getElementById(data.id), { position : new google.maps.LatLng(data.lat, data.lng), pov: { heading : Number(data.heading), pitch : Number(data.pitch) }, linksControl: false,

Integrating google map in iphone app

拥有回忆 提交于 2019-12-23 06:40:26
问题 I am going to develop an app based on google map. In that locations will be displayed with markers or points near current location (point of interest). I have lattitude, longitude of different places and I am also able to find the distance from current location. I just want some help working on google map. Displaying places by latitude, longitude using markers. I have the MAP View app of google map api. Please suggest me some tutorials or URL/source code which uses marked places and all that.

How to Show Google Maps with Multiple Locations and Many Markers in PHP

廉价感情. 提交于 2019-12-23 06:34:09
问题 Actually,i have created basic google map in my website i need How to Show Google Maps with Multiple Locations and Many Markers in PHP, i have stored data like(name, address,latitude,longitude) in database, please how to show exactly place marker in my google map please help me. Here my php code: <?php $dbhost = 'localhost'; $dbuser = 'root'; $dbpwd = ''; $dbname = 'rentozy_db'; $db = new mysqli( $dbhost, $dbuser, $dbpwd, $dbname ); $sql='select * from `tbl_master_property`;'; $result=$db-

How to Show Google Maps with Multiple Locations and Many Markers in PHP

ⅰ亾dé卋堺 提交于 2019-12-23 06:34:07
问题 Actually,i have created basic google map in my website i need How to Show Google Maps with Multiple Locations and Many Markers in PHP, i have stored data like(name, address,latitude,longitude) in database, please how to show exactly place marker in my google map please help me. Here my php code: <?php $dbhost = 'localhost'; $dbuser = 'root'; $dbpwd = ''; $dbname = 'rentozy_db'; $db = new mysqli( $dbhost, $dbuser, $dbpwd, $dbname ); $sql='select * from `tbl_master_property`;'; $result=$db-

Event that fires if the user does not allow using the location [duplicate]

青春壹個敷衍的年華 提交于 2019-12-23 06:22:10
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: google map - user choses not to allow location I need to capture if the user does NOT allow the browser to grab thier location, and use a default set of corridinates to center the map. How would I do this? thank you 回答1: gMap.setZoom(5); gMap.setCenter(new google.maps.LatLng(44.44, -88.88)); gMap being your map. Above is how you center the map. I am guessing you have a flow that determines if they allow the

How To Auto Complete City State By Entering Zipcode Through Java Script My Code Attached?

泪湿孤枕 提交于 2019-12-23 06:13:21
问题 i am getting city state by entering zipcode using google map api my code is below, google map api link, <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> Script for getting city state via zip code, <script type="text/javascript"> var zip ="34200"; var lat; var lng; var geocoder = new google.maps.Geocoder(); geocoder.geocode({ 'address': zip }, function (results, status) { if (status == google.maps.GeocoderStatus.OK) { geocoder.geocode({'latLng':

map page becomes blank after inserting php code

落花浮王杯 提交于 2019-12-23 06:13:09
问题 My gmap page turns blank after inserting php code into the infowindow content. google.maps.event.addListener(noi, 'mouseover', function() { var infowindow = new google.maps.InfoWindow({ content: '<?php if ($count==0){ echo "No Open Tickets"; } else{ echo "<table>"; foreach ($NOIcompliancearray as $SLA_Compliance=>$count) { $Npath = $Nimages[$SLA_Compliance]; echo "<tr>"; echo "<td><a href='city.php?city=Noida&compliance=".$SLA_Compliance."'><img src='IndiaImages/".$Npath."' title='".$SLA