Questions tagged as 'google-maps'

0
answers

error showing Google Maps API map inside ng-show AngularJS

It turns out that when showing the map there is normally no problem, but if I have it in a ng-show and I show it when changing the condition, the area of the map is shown in a "grayish" tone without being able to see anything. I have noti...
asked by 26.09.2017 / 08:31
4
answers

Google Maps Android is displayed blank in Release

I have an app that uses google maps, in debug everything works fine, but when you move to release, the map is not displayed the file google_maps.api.xml I created it outside of debug, that is to say I have it in main/res/values/goog...
asked by 20.09.2017 / 20:17
1
answer

Problems to centralize a Map by adding it in a modal Rails

It happens that the maps work perfectly and even centered except if I add them inside a modal, at first, it did not even show the map in the modal, but it was solved by adding an initializer that resized the map inside application.js , and altho...
asked by 27.08.2017 / 05:50
0
answers

Problem with Google Maps map for Xamarin Forms

I'm doing a small project about integrating Google Maps in Xamarin Forms and I do not get any errors just that it does not show me the map, it shows me the screen in gray. public class MapPage : ContentPage { Map map; public MapPage()...
asked by 27.07.2017 / 00:45
1
answer

how or with what do I execute the route or function of a web application?

I have a system or device that sends data to the database, when that data arrives I have a function that executes them and sends other data in response to the database. the question is, how can I make that function run always without having to o...
asked by 22.07.2017 / 18:31
1
answer

How to pass a string of C # (aspx.cs) to a javascript fix for google maps?

I have a static variable in my webform class, which are coordinates for a Google map public static string Query = "19.475 -91.97500000 19.475 -91.98333333 19.4833333 -91.98333333 19.4833333 -92.01666666 19.5 -92.01666666 19.5 -92.025 19.533333...
asked by 17.07.2017 / 23:33
1
answer

Google map with style does not mark the indicated site

My Google Maps map does not point to the site I indicated with its typical red arrow. What can I do to make it appear? <!DOCTYPE html> <html> <head> <title>Styled Maps - Night Mode</title> <...
asked by 13.07.2017 / 17:58
0
answers

Problems with the Google map

I have a problem in the console in the js part of Google Maps that gives the following error: Uncaught TypeError: Cannot read property 'DirectionsService' of undefined the js code is as follows: <script type="text/JavaScript" s...
asked by 26.06.2017 / 10:46
0
answers

NavigationDrawer + Google Maps problem

Hi, I have a problem pressing an option in my navigationView (R.id.create_marker) I want to create a marker in my MapFragment but I can not do it, any suggestions? public class MainActivity extends AppCompatActivity { private DrawerLayout...
asked by 22.06.2017 / 08:43
0
answers

Dynamically Get Latitude and Longitude Google maps asp.net c #

Good morning with everyone. Well I tell you that I have already done a Google maps geocolization and tells me with images where I find the only bad thing is that I would like the Latitude and Longitude addresses to be dynamic. that is to say...
asked by 30.05.2017 / 19:22