Skip to main content

Questions tagged [google-maps-android-api-2]

Google Android Maps Api v2 is the next generation of Google Maps SDK available for Android developers.

google-maps-android-api-2
2 votes
3 answers
4k views

Android Studio Flamingo is missing Google Maps Activity template

Earlier versions of Android Studio allowed the developer to create a project using the Google Maps Activity template as detailed on Google's Maps SDK for Android Quickstart. However, Android Studio ...
tronman's user avatar
  • 10.1k
0 votes
1 answer
162 views

which google map api is used to add my business place marker to google map programmatically from app

We developed app for warehouse listing and management. We want to add business place marker / Warehouse to google map programmatically through api from our android application, so that any person can ...
Amardeep Kumar's user avatar
0 votes
0 answers
165 views

show the current location on Google maps using Maps Api

I have an Activity named as HomeActivity.kt where I have BottomNavBar. My HomeActivity.kt is as below. import android.os.Bundle import androidx.appcompat.app.AppCompatActivity import androidx.fragment....
Harry's user avatar
  • 264
0 votes
0 answers
648 views

GoogleCertificateRslt: not allowed + com.google.android.libraries.consentverifier library

Does anybody have any experience with these issues and/or know of the consent verifier library? I'm struggling to find literally any sort of documentation regarding it online and it's currently ...
bofa's user avatar
  • 9
0 votes
0 answers
187 views

API Key not Found for google maps sdk for android

I've been struggling w this project for weeks now. Specifically getting the API Keys to work, I'm not sure what I'm doing wrong. My code is as follows: package com.example.hopefullyfinalgeoguessr; ...
bofa's user avatar
  • 9
0 votes
0 answers
62 views

Is there some way I can control the user location in Flutter through buttons on the screen?

For a school project, my group decided to develop a mobile application involving a map in Flutter. However, I have an iPhone, so it is easier for me to write and test my code on my computer. However, ...
DoeCommaJohn's user avatar
1 vote
0 answers
198 views

How do I get the current location on the Android Studio map activity?

I am creating an app, and it has a bottom navigation bar. One of the pages I am going to use for a map with the current location. The following shows my code so far for that page. Can this code be ...
FellSachi's user avatar
0 votes
0 answers
118 views

How can I fix 'Invalid key' error & retrieve JSON data of specific places from Maps API?

So I am trying to use the Places API for an android app. I've used the correct URL to query for the JSON results of places however when I run the app I receive this error in my logcat: data: { "...
Zahid Habib's user avatar
0 votes
1 answer
148 views

How get the altitude of a place where the phone is located ( not the altitude of the phone)

I am implementing an android app in java to determine if an object is in flight (in the example ,it's a phone hang on a drone ) . To proceed,i retrieve the altitude of the phone , then i retrieve the ...
Patrick Renaud's user avatar
1 vote
1 answer
266 views

How to show a widget when the marker is clicked on in gmap flutter?

I want to show a widget with the latlong info and a button when the marker is placed on the map.or clicked on marker. this is my code to handle the markers Future<void> addMarker( LatLng ...
SaFaL's user avatar
  • 101
0 votes
1 answer
560 views

How to add Google Maps in Flutter Forms to ask user to select Location

I am working on a Flutter project where I have to add user details as well as location of their mosques so how can I implement in this form using google maps in Flutter? Which are resources should I ...
Adnan Hussain's user avatar
0 votes
3 answers
2k views

How to set a custom image as icon for gmap marker in flutter?

I wanted to add some markers in a gmap on flutter I made. I tried this code but it doesn't work. I have added link in pubspec and picture is in assets too. Future<void> addMarker( LatLng ...
SaFaL's user avatar
  • 101
0 votes
0 answers
66 views

Can we allow our app user to add geofencing radius in android app?

I want to create an application that tracks childs location through firebase and implement geofence on that location. How do i initiate GeofenceClient with that location from firebase instead of my ...
Chaitanya Gorule's user avatar
1 vote
0 answers
78 views

GoogleMaps: Custom Cluster icon (background) is sometimes glitching if rendered

I have custom renderer for clusters using on GoogleMap in my app. It has custom drawable background and even number textview is custom layout with my own font and size. It is working perfectly but ...
Martin's user avatar
  • 2,758
1 vote
0 answers
149 views

getting error with Google maps API in FLutter

I enabled Google maps api, and I added the api to AndroidManifest.xml and AppDelegate.swift. And I added to AndroidManifest.xml <meta-data android:name="com.google.android.geo.API_KEY" ...
Iman Alabid's user avatar

15 30 50 per page