When using markers mode, the API geocodes the location data.  I suspect 
that it takes into account the selected region when it performs the 
geocoding, so you might get an unintended match when using the wrong region 
- a good example is mapping the US states on the world map, "Georgia" 
geocodes to the country Georgia and not the state.  The solution to this is 
to use the ISO codes for the states, eg "US-GA" for Georgia.  If you need 
another value for the tooltips (the long state name, 2-letter abbreviation, 
whatever), set the formatted value of the state cell to the display name, 
eg:

data.addRow([{v: 'US-GA', f: 'Georgia'}, /* other cells */]);

On Wednesday, July 3, 2013 1:07:45 AM UTC-4, siva kumar wrote:
>
> Hi,
>
>   if i mistakenly choose like that,it should show the empty map but its 
> plots the marker  in India of US States.
>
> If a displayMode is Region its work fine,the problem is only because of 
> marker
>
> On Tuesday, 2 July 2013 22:52:30 UTC+5:30, asgallant wrote:
>>
>> I'm confused - why are you trying to plot the US states in India?
>>
>> On Tuesday, July 2, 2013 4:49:04 AM UTC-4, siva kumar wrote:
>>>
>>>
>>> Hi,
>>>
>>>                      i have the list that contains only united 
>>> states.Now i set the   region to india (like options["region"] ="IN";)it 
>>> displays the india map and plot the US states in India like in the 
>>> attachment file.
>>>
>>> Please guide me to resolve that.
>>>
>>> Thanks & regards,
>>> Sivakumar
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to