<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Android Studio, Kotlin, GoogleMaps - city name to lat lon location - BugOverflow				            </title>
            <link>https://muszak.eu/community/bugoverflow/android-studio-kotlin-googlemaps-city-name-to-lat-lon-location/</link>
            <description>muszak.eu Forum dyskusyjne</description>
            <language>pl-PL</language>
            <lastBuildDate>Sun, 08 Mar 2026 13:18:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Android Studio, Kotlin, GoogleMaps - city name to lat lon location</title>
                        <link>https://muszak.eu/community/bugoverflow/android-studio-kotlin-googlemaps-city-name-to-lat-lon-location/#post-225</link>
                        <pubDate>Tue, 04 Feb 2020 08:28:42 +0000</pubDate>
                        <description><![CDATA[map.setMinZoomPreference(12F)

        val geoCoder = Geocoder(this)
        val addresses: List = geoCoder.getFromLocationName(&quot;__MY_CITY_NAME__&quot;, 1)

        val lat = addresses.la...]]></description>
                        <content:encoded><![CDATA[<pre>
        map.setMinZoomPreference(12F)

        val geoCoder = Geocoder(this)
        val addresses: List = geoCoder.getFromLocationName("__MY_CITY_NAME__", 1)

        val lat = addresses.latitude
        val lon = addresses.longitude

        val ny = LatLng(lat, lon)

        map.moveCamera(CameraUpdateFactory.newLatLng(ny))
        googleMap.onResume()
</pre>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/android-studio-kotlin-googlemaps-city-name-to-lat-lon-location/#post-225</guid>
                    </item>
				                    <item>
                        <title>Android Studio, Kotlin, GoogleMaps - city name to lat lon location</title>
                        <link>https://muszak.eu/community/bugoverflow/android-studio-kotlin-googlemaps-city-name-to-lat-lon-location/#post-224</link>
                        <pubDate>Tue, 04 Feb 2020 08:28:08 +0000</pubDate>
                        <description><![CDATA[example]]></description>
                        <content:encoded><![CDATA[example]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/android-studio-kotlin-googlemaps-city-name-to-lat-lon-location/#post-224</guid>
                    </item>
							        </channel>
        </rss>
		