Questions tagged [mapmyindia-api]

any question related to MapmyIndia API usage/integration or any question related to MapmyIndia SDKs

38 questions
0
votes
1 answer

Flutter plugin of mapmyindia doesn't work with older version of Android

In my mobile app I want to load MapMyIndia map so that users can select their current location (or any other location) and their destination using a map. We have decided to use MapMyIndia as the mapping service and Flutter for frontend, we have…
0
votes
0 answers

MapmyIndia Direction Widget React Native - On start navigation, app returns to previous screen

On start navigation, app returns to previous screen with step by step route printed in log Steps followed - Install the required dependencies for Mapmyindia Maps SDK for React Native beta and MapmyIndia Direction Widget. Clean build project add test…
JogAtharv
  • 1
  • 2
0
votes
1 answer

App crash after uploaded to play store , working correctly when installed from android studio

Android app works perfectly on debug build and release build when directly installed from android studio but app crashes when install it from play store with this error: Fatal Exception: java.lang.NullPointerException at…
Mohanasundar
  • 157
  • 1
  • 3
  • 13
0
votes
0 answers

Why my OnMapReadyCallback FROM MapMyIndia doesn't work with getMapAsync?

In my code i need to put this lines to start the onMapReady to do a addMarker so in my activity i got this: class Activity : AppCompatActivity(), OnMapReadyCallback {}. Then i got this to do an addMarker: override fun onMapReady(indiaMap:…
Norwind
  • 23
  • 3
0
votes
0 answers

How I can use zoom with MapMyIndia in kotlin?

I'm following this document: https://www.mapmyindia.com/api/advanced-maps/android/vector-maps-sdk, and i want to test some differents options like zoom or marker but i don't understand what is mapmyIndiaMap. I want to try this in my code: val…
Norwind
  • 23
  • 3
0
votes
0 answers

unable to load map into my flutter app using mapmyindia_gl package

MapmyIndiaAccountManager.setMapSDKKey("bearer accessToken"); MapmyIndiaAccountManager.setRestAPIKey("REST / Map SDK Key From mappls…
Kashyap
  • 1
  • 2
0
votes
1 answer

mappls.direction is not a function i'm getting this error

i'm getting this error in mappls.direction is not function I'm getting this error in web mappls.direction is not function Please check credentials invalid even i'm using his default code…
0
votes
0 answers

latitude and longitude returning null in mapmyindia eLocation

I am trying to get latitude and longitude using autosuggest API on MapMyndia but it returns to null private void callAutoSuggestApi(String searchString) { MapmyIndiaAutoSuggest.builder() .query(searchString) …
Mohanasundar
  • 157
  • 1
  • 3
  • 13
0
votes
1 answer

multiple marker on MapMyIndia in React Js

I am trying to show multiple markers on MapMyIndia in React, I used mapmyindia-react package.
Meet Patel
  • 19
  • 7
0
votes
1 answer

How to Draw Polyline on mapmyindia using React?

I am just exploring Mapmyindia. I have gone through the basic location display on the map. I am not getting how to display polyline on map. code for location app.js import "./App.css"; import SideBar from "./componants/SideBar"; import Map from…
Meet Patel
  • 19
  • 7
0
votes
2 answers

mapmyindia confused about how to get OAuth

I have read the documentation for OAuth on this website. But I am still confused about the format in which the request url is supposed to be in. Any help would be amazing.
0
votes
1 answer

How to use MapMyIndia API in angular?

i am confused on how to use MapMyIndia Api in my angular project can anyone help? i am using the map api of getting the polygon but how to use it in angular is there any package to install?
juhi
  • 558
  • 1
  • 10
  • 19
0
votes
0 answers

I want to find lat lang of a given address using mapmyindiaapi using php. Trying to get property of non-object

I'm trying to get lat and long of a given address using mapmyindia geocode api in Php. It's giving an error : Trying to get property of non-object in C:\xampp\htdocs\api2.php on line 26
0
votes
1 answer

how to hide browser location permission popup using php?

I've integrated mapmyindia APIs into my website and whenever I reload the page it is showing popup "mywebsite wants to know your location" with allowing and block button options. If I click block button then it shows another popup "MapmyIndia does…
Andrew
  • 35
  • 1
  • 1
  • 5
0
votes
0 answers

Set Max zoom level for mapview using MapMyIndia android sdk

I am using mapmyindia mapview to add some markermodels. In some cases the markers are very close to each other and it becomes tough for the user to click on them. If I set the maxzoomlevel for mapview greater than 18 then the map distorts on zooming…