Questions tagged [mapview]

76 questions
0
votes
0 answers

MKMapView: Customize Current Location's Avatar View

In recent versions of iOS, sometimes the current user's location (the blue dot) becomes smaller and an "Avatar View" of sorts appears (screenshot below). Is there a way to set a custom view / picture for this "Avatar View"? (not sure what this view…
Jake Chasan
  • 6,290
  • 9
  • 44
  • 90
0
votes
1 answer

Mapview displays only one polygon instead of many with different colors

I have this shapefile which you can download from here. I'm trying to create a mapview map with: library(sf) library(mapview) subs <- read_sf("cheyenne-kimball-all-owners.shp") m <- mapview(subs, zcol = "acres") Only one…
firmo23
  • 7,490
  • 2
  • 38
  • 114
0
votes
2 answers

React-native MapViewer causes You likely forgot to export your component from the file it's defined in

I am using MapView of react-native-maps as shown below but when I try to run my code I get the error ERROR Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got:…
Babou
  • 151
  • 1
  • 12
0
votes
1 answer

Mapview marker in center not above

I've tried position: absolute, can move down, but its hiding anyway in half, below the center doesn't show marker. how to move it down to the center view?
Alex
  • 89
  • 1
  • 8
0
votes
0 answers

Launching Google MapView in incognito mode programmatically

I am building an app showing a MapView in a Fragment. It's working fine, but – by any means – is there a way to toggle Google Maps' incognito mode programmatically before the map is shown? My app doesn't need features like showing the user's current…
0
votes
0 answers

Can you change the MapSource in Mapview to just an image?

My map should only be a .png image that repeats across the globe. I am using the Mapview flower from kivy.garden, it seems that only a url can be used as the mapsource, tho just a plain image.png would be better as a source for me.
Amrit
  • 1
  • 1
0
votes
1 answer

How to show map view with mark and get the longitude and latitude to textview

in my android application, i have to get user location , by user locating the marker in mapview, then textview below to map view will display the longitude and latitude, how to do it
0
votes
1 answer

MapView showing blank view with google icon on it when ejected from expo

So i built an app in expo where i use MapView and it worked fine until i ejected from expo. It showed map correctly but when i ejected from expo, it shows a blank view with google icon on it. Note that API key is right and has android maps sdk…
Irfan wani
  • 4,084
  • 2
  • 19
  • 34
0
votes
1 answer

AttributeError: ‘super’ object has no attribute ‘__getattr__’ [Troubleshooting: Kivy]

I am creating an android application using kivy.garden.mapviev, I want the user to be able to move the marker (hero icon) with buttons. when I add an int value to the value dumped from string to float, I convert the result back to string. when i try…
Damian R.
  • 1
  • 2
0
votes
2 answers

RAD Studio TMapView Component can't working properly

I am learning to build Android Google Map app on RAD Studio 11. However, I got crush when the app is being launched. If I change the API key point to another package name, the app can be launched but the map is empty. Do anyone know what is the…
Kenny Choi
  • 133
  • 1
  • 6
0
votes
2 answers

Android Studio Cannot Resolve MapView Class

while adding the mapview to the layout, I am encountering the following error. How can I solve it?
erenjeager
  • 49
  • 1
  • 7
0
votes
1 answer

Flutter multi custom icons are not showed on the map view

I am trying to display on the map view more than one custom icon, trying to taking care of the icons sizes (iOS case). The code I wrote seems to work fine with the first custom icon (I have 3), but when I add the code to add to the list of markers…
0
votes
1 answer

Kivymd mapview app not able to load image

My mapview app is not loading the image and I don't know why
Alamin
  • 1
  • 1
0
votes
1 answer

What is the best way to find longitude and latitude at the last screen touch of the user?

I develop an android app with the use of ArcGIS map and what im trying to do is to get the lat and long of the last screen touch. I searched for information in the Esri forum and found a solution that advises to use it: fun getLocation() { …
nivnaory
  • 47
  • 5
0
votes
0 answers

Add text to marker in mapview?

does anyone know how to add text on a markup of mapview component ? In an application developed with delphi 10.4.2 and using the mapview component I tried to display a text on the marker but without result. I tried with this code but it doesn't…