Akhilesh Pandit

Akhilesh Pandit

  • 1.6k
  • 24
  • 964

Google map does not show 2 digit number in marker

Dec 2 2016 10:27 AM
Hi All,
I facing a problem regarding google map.
I have a url which render google map,but my problem is in google map marker it will not show 2 digit number.
You can see in (https://maps.googleapis.com/maps/api/staticmap?language=&&v=3&channel=view-Debug&scale=2
&size=700x700&maptype=roadmap&format=png&visual_refresh=true
&markers=size:none|color:red|31.761900,-106.485000
&markers=size:large|color:blue|label:11|31.746189,-106.317105)
it will show in blue marker dot but when you change value of lablel:11 to any of number
between 1,9 it will show proper number
new url is(https://maps.googleapis.com/maps/api/staticmap?language=&&v=3&channel=view-Debug&scale=2
&size=700x700&maptype=roadmap&format=png&visual_refresh=true&markers=size:none|color:red|31.761900,-106.485000
&markers=size:large|color:blue|label:1|31.746189,-106.317105)
Can any one suggest me what should i change in my url show it will display 2 digit in marker
(if some one give example related to this which is very helpful to me)

Answers (1)