Questions tagged [mapmyindia-api]

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

38 questions
4
votes
2 answers

Is there any NPM for MapMyIndia?

For a node.js project, I want to use reverse geocoding with mapMyIndia API, but couldn't find any proper package for that. PS: I don't want to use API directly in my code, appreciate the help
2
votes
1 answer

How I can use MapMyIndia in kotlin?

I can't use MapMyIndia in kotlin, I need to know how I can install it. Now in my code I got this: Project level build.gradle maven { url 'https://maven.mapmyindia.com/repository/mapmyindia/' } App level dependency…
Norwind
  • 23
  • 3
2
votes
1 answer

Using Autosuggest API by mapmyindia

I'm sort of getting started with web-dev. I'm trying to build a web-app in which I'm trying to use the autosuggest API by mapmyindia. I signed up and got the API key as well as authentication token. Now i can't figure out how to use the autosuggest…
noob_nerd
  • 531
  • 1
  • 6
  • 21
1
vote
0 answers

How I can pass hardcoded location arrays to Mappls Direction Widget React Native?

I need way-points like Pune-Bengaluru-Kerala is there any prop to pass locations arr. currently I have, destination : {longitude:77.56,latitude:28.67,name:"MapmyIndia",address:"Okhla,New Delhi"}, source :…
1
vote
0 answers

Get range of Eloc according to radius? Can we use Eloc as geohash? Can someone share an example?

I want to use eloc as geoahsh .. to store points in my database, and query according to the distance. I am using flutter sdk, for android and ios I have done this using geohash, is it possible to do with eloc?a any support is appreciated.
1
vote
1 answer

can we use android/ios sdk in crossplatforms like react native/flutter/ionic

mapmyindia(mmi) provides map sdks for android and for ios and map apis for web Sdks are free to use but APIs aren't But what about hybrid Can i use android or ios sdks of mmi(not api) in ionic/flutter/react native(it will b a great help if u mention…
1
vote
1 answer

Multiple Layers add in MapMyIndia

How can we add multiple layers in Map? Also, we need to remove particular kml layers from map. I have added multiple layers adding one by one kmlLayer=new MapmyIndia.kml(map,kml, {fitBounds:true,async: true}); kml url pass dynamically in this code.
1
vote
2 answers

MapMyIndia is not fully loaded but when I open developer tools (Press f12) it is working

I am integrating MapMyIndia (https://www.mapmyindia.com/api/) in my project. I am showing this map in bootstrap modal. When I open modal, map is not fully loaded but if I open developer tools (Console - Press F12), it is working. Help me on…
GOPAL SHARMA
  • 657
  • 2
  • 12
  • 37
1
vote
1 answer

how to achieve car moving animation in MapMyIndia android SDK

I've migrating Google map to MapMyIndia in our Android App(like Uber). All integration parts are done and map working fine, In Document i could not see cab moving animation part. marker.setAnchor(0.5f, 0.5f); marker.setRotation(getBearing(start,…
Gowsik Raja
  • 684
  • 1
  • 8
  • 22
1
vote
1 answer

'setRestAPIKey' method not available in LicenceManager class

LicenceManager.getInstance().setRestAPIKey("your_rest_api_key"); LicenceManager.getInstance().setMapSDKKey("your_java_script_key"); I have compiled the latest maps sdk 2.3.0. Here .setRestAPIKey() and .setMapSDKKey() methods are not working. Inside…
1
vote
3 answers

Show multiple marker on MapMyindia Map

I am using map my India map.I shows a marker on map according to define Latitude and Longitude.But now i have to show multiple marker on map.I have no idea about that please help me out.I gives you single marker plotting code.
Vishal Nagra
  • 113
  • 2
  • 3
  • 8
0
votes
0 answers

How to integrate MapMyIndia SDK in AOSP 13?

I'm building custom AOSP ROM. I would like develop my own navigation/map application inside AOSP. How can I use/integrate MapMyIndia SDK in AOSP ?
0
votes
0 answers

I am getting error on installing mapmyindia-search-widgets-react-native

I am using mapmyindia-search-widgets-react-native library but after installing getting error given below. What went wrong: A problem occurred evaluating project ':mapmyindia-search-widgets-react-native'. Plugin with id 'maven' not…
0
votes
1 answer

Marker events such as dbclick(double click) and mouseover are not working

I tried the marker in my react js application but the marker events such as dbclick and mouseover are not working. I suspect any event other than click is not working. what can I do if I need the onMouseOver event? I tried…
0
votes
0 answers

Implemting mappls mapmyIndia in Angular

How to add marker on searched location in mappls mapmyIndia I am using it angular I am using mappls in Angular npm i mappls-web-map and for reference https://www.npmjs.com/package/mappls-web-maps In this I have successfully added place search plugin…
1
2 3