omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. kostaszar91

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    kostaszar91

    @kostaszar91

    0
    Reputation
    2
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kostaszar91 Unfollow Follow

    Latest posts made by kostaszar91

    • HELP ! I want to find my location and show it with point in map.

      Hi! this is my code.
      I want to find my location and show it with point in map.

      import location.time
      
      location.start_updates( )
      time.sleep(3)
      x = location.get_location( )
      location.stop_updates( )
      (lat,lon)= (x ["latitude"], x ["longitude"])
      
      img= location.render_map_snapshot(lat,lon, map_type= "terrain", img_width=512, img_height=512)
      
      img.show( )
      
      posted in Pythonista
      K
      kostaszar91