Skip to main content

Questions tagged [mapview]

The tag has no usage guidance.

54 questions with no upvoted or accepted answers
3 votes
0 answers
4k views

React Native MapView without API key

I want to use MapView from react-native-maps library in my react native expo project without going into Google API key pricing. Is there any way to do that? Currently, I am using UrlTile to display ...
Bassel Turky's user avatar
2 votes
0 answers
161 views

I get error message when I try to use animateToRegion

I tried to use code from this website: https://serveanswer.com/questions/react-native-maps-animatetoregion-does-not-work-with-region-or-initialregion Unfortunately I have an error message. Here is the ...
Michal96's user avatar
2 votes
1 answer
469 views

Installing the R package mapview on Ubuntu 20.04

I am trying to install the R package mapview on Ubuntu but I get the error: ERROR: lazy loading failed for package ‘mapview’ I have tried installing both the CRAN version of mapview and the ...
land-ahoy's user avatar
1 vote
1 answer
103 views

How to show only downloaded map tiles and not the default Apple/Google maps with MapView library in Expo/React-Native

I am displaying a map view in my react native app like this, using the MapView library. <View style={styles.container}> <MapView region={region} style={styles.map}> <UrlTile ...
anonymous2343's user avatar
1 vote
1 answer
56 views

Why tmap invokes R device in t_map_mode("view")

I am trying tmap for the first time and while making some maps on "view" mode the R graphics device pops up everytime I attempt to make an interactive plot. For instance: library(tmap) ...
Salvador's user avatar
  • 1,467
1 vote
0 answers
153 views

Android app crashes while loading an arcGIS map

I'm creating an android app, and I just want to load a map from my arcGIS online. Here's the MainActivity class: public class MainActivity extends AppCompatActivity { private MapView mMapView; ...
MrDoctor's user avatar
1 vote
1 answer
187 views

What goes in: viewRef: MapViewNativeComponentType when using React Native Maps in .current.fitToSuppliedMarkers

useEffect(() => { if(!origin || !destination) return; mapRef.current.fitToSuppliedMarkers(["origin", "destination"], { edgePadding: { top: 50, right: 50, bottom: 50, left: 50}...
Angel Osuna's user avatar
1 vote
1 answer
192 views

Block Mapview from Scrollview interaction Android

I have a ScrollView with many views in it (TextView, Buttons, ...) and at the end there is an osmdroid-mapview, which is just a map. When I touch on the mapview, android does not move the map (zooming ...
KerryKilian's user avatar
1 vote
1 answer
386 views

Mapview highlight SpatialLines upon hover

I want to highlight all lines going to a node/marker on a map in mapview. In the example code here, the nodes represent capital cities. Upon hovering on one of the cities, I would like all 4 lines ...
ayasugihada's user avatar
1 vote
0 answers
399 views

displayHTML in Azure Databricks shows only a small slice of a leaflet map

I'm attempting to display an HTML file (a leaflet map) using displayHTML() inside a notebook. The file is created with the R mapview package, after following https://docs.databricks.com/notebooks/...
Andrew Brick's user avatar
1 vote
0 answers
84 views

How to successfully install older version of mapview? (and the dependencies)

My end goal is to be able to import mapping functions from the package mapview into PowerBI. Unfortunately, PowerBI is only compatible with on older version of R (version 3.4.4), which is not ...
dunbar111's user avatar
  • 195
1 vote
0 answers
159 views

how to loop MapView component API and get a multiple mapRef in Array map method- react native

[enter image description here][1]I am developing Live tracking App for Android and IOS using google maps APIs and the technology i am using is React native. I am able to list the multiple maps using ...
Alien's user avatar
  • 11
0 votes
2 answers
28 views

Display Text over MapView without Redrawing MapView when Overlayed Text Changes

I have a <MapView /> next to some position: absolute Views with Text in them. In the MapView, I have a <Circle /> within it to mark an area within the map. I have information like the user'...
Apoptosome's user avatar
0 votes
0 answers
32 views

MapView In react native keeps coming up with a web bundling error?

new to all this but im having problems with using MapView in my react native app i keep getting a web bundling failed when i add the import map view, any help will be appreciated here is my code and ...
dan lea's user avatar
0 votes
0 answers
15 views

How to edit the clickable popup in R-Map

I made a map using mapview. When you click on a point on the map, you get a popup with the details of that observation. However, not all the 8 columns in the popup are relevant to the map's target ...
Eva's user avatar
  • 1

15 30 50 per page