• Jihad AZAMI
  • NEWBIE
  • 30 Points
  • Member since 2019

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I am using lightning component of <lightning:map> to generate the list of markers on the map. I am following the examples on the salesforce lightning component website:

https://developer.salesforce.com/docs/component-library/bundle/lightning:map/example

Everything works perfectly, except that when the returned list is larger than a certain number, say over 50 or 100 or so. Then, the map markers cannot be generated.

I think it has something to do with the Google Map API key. How am I going to use my own Google Map API key with no limitation if it is the case? Thanks anyone for any contribution to this matter!

 
I am using lightning component of <lightning:map> to generate the list of markers on the map. I am following the examples on the salesforce lightning component website:

https://developer.salesforce.com/docs/component-library/bundle/lightning:map/example

Everything works perfectly, except that when the returned list is larger than a certain number, say over 50 or 100 or so. Then, the map markers cannot be generated.

I think it has something to do with the Google Map API key. How am I going to use my own Google Map API key with no limitation if it is the case? Thanks anyone for any contribution to this matter!