maps Questions
3
Is there any way to highlight/display on Google/Bing/(any other map provider) Maps whole street (from the beginning of the street to the end of)?
I know the existence of Polyline in Google Maps AP...
Aerotherapeutics asked 28/1, 2010 at 14:9
1
Solved
I would like to change the color of a shared color to a different color, let's say red. So far, I am plotting the German federal state Bavaria and touching Austrian states. I get the data from http...
4
Solved
Is there a way I can dynamically add data to a map in javascript. A map.put(key,value)? I am using the yui libraries for javascript, but didn't see anything there to support this.
Hama asked 3/6, 2010 at 14:39
1
Solved
I am trying to label(green, red, blue) each province in a specific country as follows:
library(raster)
library(rgeos)
library(ggplot2)
library(dplyr)
iran <- getData("GADM", country =...
2
I am new to IOS. I am trying to use Maps to get user's current location. The tutorial i am following is for IOS 10.
I went through this post and did everything it said but still it doesn't work
L...
3
Solved
I am a newbie to leaflet.js. Can anyone help me with debugging the following code? I am trying to show a map on screen but only zoom-in and zoom-out button shows up on Google Chrome and the map scr...
Carrel asked 4/5, 2016 at 9:36
4
Solved
I have a full-width google map on a page using height="100%" and width="100%". I want to know put some css div stuff on top of it. I read that using negative values such as margin-top: -500px; will...
2
I'm using google maps in my flutter app, I want to put a pointer in the middle of the screen so it will be easy for the users to choose the location the look for by just moving the map and making t...
Lesbianism asked 20/12, 2019 at 19:50
2
Solved
def map = [name:"Gromit", likes:"cheese", id:1234]
I would like to access map in such a way that I can get the key
something like the output should be
map.keys returns array of string. basicall...
4
Solved
react-native: https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz
react: 16.13.1
react-native-maps: 0.28.0
I want to get markers as a part of the snapshot. When we use takeSnapshot metho...
Thrilling asked 7/9, 2021 at 23:5
4
Solved
I'm plotting some points on a map of the world using the R maps package, something like:
The command to draw the base map is:
map("world", fill=TRUE, col="white", bg="gray", ylim=c(-60, 90), ma...
3
Solved
android intent to open Google Maps in android 11 not working any more but works on lower API
we have this function
Intent mapIntent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("...
2
Here is how you create Heatmap layer in Google Maps Api:
var data = [
{location: new google.maps.LatLng(59.4072, 24.7053),weight:0.8},
{location: new google.maps.LatLng(59.4372, 24.7473),weight:...
Thief asked 8/5, 2015 at 9:11
6
I'm trying to convert a lat/long point into a 2d point so that I can display it on an image of the world-which is a mercator projection.
I've seen various ways of doing this and a few questions on...
3
I'm implementing the google_maps_flutter plugin in my flutter app and stucked in highlighting the country for example India by red color, Australia by blue etc. I went throught geoJson but not sure...
Guardsman asked 5/3, 2020 at 12:16
5
Solved
I need a library (preferably written in Python) which is able to take a series of IP addresses (or geographic coordinates) and plots them on a World Map.
I already found this one, but it outputs ...
Legume asked 14/10, 2009 at 10:49
4
Solved
When I plot my polyline on Map from point A -> B, I have a requirement to draw the polyline with animation. As if from A-> B the polyline keeps on drawing.
I have used below link for reference:
h...
Fibro asked 8/4, 2017 at 10:16
5
Solved
function initAutocomplete() {
var lat=document.getElementById('lat').value;
var lng=document.getElementById('lng').value;
console.log(lat);
console.log(lng);
var map = new google.maps.Map(do...
Repairman asked 3/7, 2017 at 5:41
3
Solved
I'm using Golang and for some reason, I need to merge results from different database queries, all of which return me a []map[string]interface{}
I'm thinking of Append but its just not clear enough...
17
I'm currently working on developing apps by using Google maps android API v2.
My code is as follows.
Suppose map has several markers and zoom up to show all markers in display.
LatLngBuilder.Build...
3
I am trying to create a 2D Contour Map in Python that looks like this:
In this case, it is a map of chemical concentration for a number of points on the map. But for the sake of simplicity, we c...
Hoenir asked 11/2, 2013 at 20:37
1
I'm a beginner in Android development.
Trying to make an app with 3D markers on a google maps, but obviously only able to do flat or regular markers.
is there a way to make 3D markers / models so...
2
Solved
I am using Google maps iOS SDK in my iPhone application. I am showing a place mark on the map and it is working fine in my iPhone device using my apple developer account certificates. But when i se...
Blinkers asked 31/7, 2013 at 17:50
3
Solved
i need to know long and lat of my four corners of current area
as in this image
i have tried this but with no luck :
map.getBounds();
any help ?
Midwest asked 2/8, 2011 at 10:47
2
Solved
Using the Google Maps API, how can I get the latitude and longitude of the corners of the map display area?
That is, if my map is 300px wide and 400px tall, how can I find the lat-long of the poin...
Westphalia asked 5/7, 2009 at 4:51
© 2022 - 2024 — McMap. All rights reserved.