Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
19 views

I'm having a problem with my code. I'm just trying to add a simple marker. Here's my implementation <script setup lang="ts"> import { AbsoluteLayout, Page } from '@nativescript/core'; ...
starleaf1's user avatar
  • 2,928
0 votes
1 answer
198 views

I am trying to change the zoom level after clicking on a marker. I've tried to redefine the zoom inside the onMarkerEvent() : onMarkerEvent(args) { if (args.eventName === 'markerInfoWindowTapped')...
isabela's user avatar
  • 21
1 vote
0 answers
533 views

I'm trying to get custom marker icon on map. I have used nativescript-google-maps-sdk v^2.9.1 and I'm getting following error. CONSOLE LOG file:///node_modules/@nativescript/core/image-source/image-...
Heena Vora's user avatar
0 votes
0 answers
129 views

The application periodically crashes after I take photos. This happens most often on Xiaomi (redmi 3s, redmi 4x) and Nokia (6.1) phones. When you return from the camera, the application restarts ...
Павел Богданов's user avatar
0 votes
2 answers
2k views

I am fairly new to android app development. Today i tried to implement a map inn my app, and cannot make it work. I even tried to make a new app with the default map activity, which crashes instantly. ...
user avatar
1 vote
1 answer
730 views

I'm using the nativescript-google-maps-sdk plugin to create a Google map. Everything works fine but I've got a problem with my custom marker icons, if you look at these pictures you can see that the ...
Chrillewoodz's user avatar
  • 28.5k