I use the Google Maps API v2 for Android, and I used the Marker class to add a marker to a map fragment as follows:
Marker
map.addMarker(new MarkerOptions().position(new LatLng(23.599114, 39.203938)) .title("عربي"));
but the map displays a blank title.
any ideas?
I think this is a mistake, there is still no real solution, but you can add unicode from left to right in the header, something like this:
.title("\u200e" +"عربي")
If someone reads this 2017 post:
Another reason an empty view may be a restriction on
singleLine = true
at some point, for example. your implementation of getInfoContents()
getInfoContents()
Source: https://habr.com/ru/post/1206937/More articles:Set hidden checkbox with Capybara - ruby-on-railsWhen you select the next field, press enter using jquery - javascriptMultiple function call on html onclick - javascriptCRTSCTS are not defined at compilation as C99 - cnopcommerce - multiple storages with product attributes - nopcommerceCompute neighborhood product for each cell in a matrix with numpy / scipy - pythonIntel OpenCL Vs. Khronos OpenCL - openclThe TypeScript compiler was not provided with files to compile, so it will skip compilation - visual-studio-2013Set up Google Cloud Messenging (GCM) with Amazon Web Services (AWS) (SNS) - Androidhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1206942/stripe-checkoutjs-passing-custom-params-to-token-callback&usg=ALkJrhjo39tt3qJZB3aRflH7j0GZX4_e0AAll Articles